Shades of Wild Willow #B9CE67
Tints of Wild Willow #B9CE67
RGB
CMYK
RGB Variations
Color information
#B9CE67 (or 0xB9CE67) is known color: Wild Willow. HEX triplet: B9, CE and 67. RGB value is (185,206,103). Sum of RGB (Red+Green+Blue) = 185+206+103=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE67 is #463198. Grayscale: #BCBCBC. Windows color (decimal): -4600217 or 6803129. OLE color: 6803129.
HSL color Cylindrical-coordinate representation of color #B9CE67: hue angle of 72.23º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9CE67 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 103 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.19 |
| HSL | 72.23º | 0.51% | 0.61% | - |
| HSV(B) | 72.23º | 0.5% | 0.81% | - |
| XYZ | 44.53 | 55.44 | 21.19 | - |
| YUV | 187.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 103 | 0.10 | 0 | 0.50 | 0.19 | 72.23 | 0.51 | 0.61 |
| Hex | B9 | CE | 67 | A | 0 | 32 | 13 | 48 | 33 | 3D |
| Octal | 271 | 316 | 147 | 12 | 0 | 62 | 23 | 110 | 63 | 75 |
| Binary | 10111001 | 11001110 | 1100111 | 1010 | 0 | 110010 | 10011 | 1001000 | 110011 | 111101 |
Color Harmonies of #B9CE67
Complementary color
Monochromatic Colors of #B9CE67
Black with #B9CE67
Text Example
Text Example
White with #B9CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE67; }
p { color: rgb(185,206,103); }
H1.HeaderClassName
{
color: #B9CE67;
}
.AnyTagClassName
{
color: #B9CE67;
}
</style>
background-color css
<style>
a { background-color: #B9CE67; }
a { background-color: rgb(185,206,103); }
div.DivClassName
{
background-color: #B9CE67;
}
.BgClassName
{
background-color: #B9CE67;
}
</style>
border-color css
<style>
span { border-color: #B9CE67; }
span { border-color: rgb(185,206,103); }
td.TdClassName
{
border-color: #B9CE67;
}
.TagClassName
{
border-color: #B9CE67;
}
</style>