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