Shades of Wild Willow #BBC367
Tints of Wild Willow #BBC367
RGB
CMYK
RGB Variations
Color information
#BBC367 (or 0xBBC367) is known color: Wild Willow. HEX triplet: BB, C3 and 67. RGB value is (187,195,103). Sum of RGB (Red+Green+Blue) = 187+195+103=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC367 is #443C98. Grayscale: #B6B6B6. Windows color (decimal): -4471961 or 6800315. OLE color: 6800315.
HSL color Cylindrical-coordinate representation of color #BBC367: hue angle of 65.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBC367 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 103 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.24 |
| HSL | 65.22º | 0.43% | 0.58% | - |
| HSV(B) | 65.22º | 0.47% | 0.76% | - |
| XYZ | 42.46 | 50.57 | 20.36 | - |
| YUV | 182.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 103 | 0.04 | 0 | 0.47 | 0.24 | 65.22 | 0.43 | 0.58 |
| Hex | BB | C3 | 67 | 4 | 0 | 2F | 18 | 41 | 2B | 3A |
| Octal | 273 | 303 | 147 | 4 | 0 | 57 | 30 | 101 | 53 | 72 |
| Binary | 10111011 | 11000011 | 1100111 | 100 | 0 | 101111 | 11000 | 1000001 | 101011 | 111010 |
Color Harmonies of #BBC367
Complementary color
Monochromatic Colors of #BBC367
Black with #BBC367
Text Example
Text Example
White with #BBC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC367; }
p { color: rgb(187,195,103); }
H1.HeaderClassName
{
color: #BBC367;
}
.AnyTagClassName
{
color: #BBC367;
}
</style>
background-color css
<style>
a { background-color: #BBC367; }
a { background-color: rgb(187,195,103); }
div.DivClassName
{
background-color: #BBC367;
}
.BgClassName
{
background-color: #BBC367;
}
</style>
border-color css
<style>
span { border-color: #BBC367; }
span { border-color: rgb(187,195,103); }
td.TdClassName
{
border-color: #BBC367;
}
.TagClassName
{
border-color: #BBC367;
}
</style>