#BBA11B
#BBA11B
イエローグリーン系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #BBA11B | |
| RGB | rgb(187, 161, 27) | |
| RGBA | rgba(187, 161, 27, 1) | |
| HSL | hsl(50, 75%, 42%) | |
| HSV | hsv(50, 86%, 73%) | |
| CMYK | cmyk(0%, 14%, 86%, 27%) |
Aa
白背景
2.55:1不適合
Aa
黒背景
8.23:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #EAD56C, #BBA11B, #4C410B)補色グラデーション
linear-gradient(135deg, #BBA11B, #1B36BB)類似色グラデーション
linear-gradient(135deg, #BB501B, #BBA11B, #86BB1B)ラジアルグロー
radial-gradient(circle, #BBA11B, #4C410B)サンセット風
linear-gradient(to right, #BBA11B, #86BB1B, #1B36BB)オーバーレイ
linear-gradient(180deg, #BBA11BCC, #BBA11B33)CSS使用例
背景色として使用
Hello, World!
background-color: #BBA11B;テキスト色として使用
Color Text
color: #BBA11B;ボーダー色として使用
ボーダー要素
border: 3px solid #BBA11B;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #BBA11B66;