Shades of Wild Willow #B4CE68
Tints of Wild Willow #B4CE68
RGB
CMYK
RGB Variations
Color information
#B4CE68 (or 0xB4CE68) is known color: Wild Willow. HEX triplet: B4, CE and 68. RGB value is (180,206,104). Sum of RGB (Red+Green+Blue) = 180+206+104=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CE68 is #4B3197. Grayscale: #BABABA. Windows color (decimal): -4927896 or 6868660. OLE color: 6868660.
HSL color Cylindrical-coordinate representation of color #B4CE68: hue angle of 75.29º 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 #B4CE68 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 104 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.19 |
| HSL | 75.29º | 0.51% | 0.61% | - |
| HSV(B) | 75.29º | 0.5% | 0.81% | - |
| XYZ | 43.39 | 54.85 | 21.4 | - |
| YUV | 186.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 104 | 0.13 | 0 | 0.50 | 0.19 | 75.29 | 0.51 | 0.61 |
| Hex | B4 | CE | 68 | D | 0 | 32 | 13 | 4B | 33 | 3D |
| Octal | 264 | 316 | 150 | 15 | 0 | 62 | 23 | 113 | 63 | 75 |
| Binary | 10110100 | 11001110 | 1101000 | 1101 | 0 | 110010 | 10011 | 1001011 | 110011 | 111101 |
Color Harmonies of #B4CE68
Complementary color
Monochromatic Colors of #B4CE68
Black with #B4CE68
Text Example
Text Example
White with #B4CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE68; }
p { color: rgb(180,206,104); }
H1.HeaderClassName
{
color: #B4CE68;
}
.AnyTagClassName
{
color: #B4CE68;
}
</style>
background-color css
<style>
a { background-color: #B4CE68; }
a { background-color: rgb(180,206,104); }
div.DivClassName
{
background-color: #B4CE68;
}
.BgClassName
{
background-color: #B4CE68;
}
</style>
border-color css
<style>
span { border-color: #B4CE68; }
span { border-color: rgb(180,206,104); }
td.TdClassName
{
border-color: #B4CE68;
}
.TagClassName
{
border-color: #B4CE68;
}
</style>