Shades of Wild Willow #B0CE68
Tints of Wild Willow #B0CE68
RGB
CMYK
RGB Variations
Color information
#B0CE68 (or 0xB0CE68) is known color: Wild Willow. HEX triplet: B0, CE and 68. RGB value is (176,206,104). Sum of RGB (Red+Green+Blue) = 176+206+104=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE68 is #4F3197. Grayscale: #B9B9B9. Windows color (decimal): -5190040 or 6868656. OLE color: 6868656.
HSL color Cylindrical-coordinate representation of color #B0CE68: hue angle of 77.65º 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 #B0CE68 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 104 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.19 |
| HSL | 77.65º | 0.51% | 0.61% | - |
| HSV(B) | 77.65º | 0.5% | 0.81% | - |
| XYZ | 42.47 | 54.37 | 21.35 | - |
| YUV | 185.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 104 | 0.15 | 0 | 0.50 | 0.19 | 77.65 | 0.51 | 0.61 |
| Hex | B0 | CE | 68 | F | 0 | 32 | 13 | 4E | 33 | 3D |
| Octal | 260 | 316 | 150 | 17 | 0 | 62 | 23 | 116 | 63 | 75 |
| Binary | 10110000 | 11001110 | 1101000 | 1111 | 0 | 110010 | 10011 | 1001110 | 110011 | 111101 |
Color Harmonies of #B0CE68
Complementary color
Monochromatic Colors of #B0CE68
Black with #B0CE68
Text Example
Text Example
White with #B0CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE68; }
p { color: rgb(176,206,104); }
H1.HeaderClassName
{
color: #B0CE68;
}
.AnyTagClassName
{
color: #B0CE68;
}
</style>
background-color css
<style>
a { background-color: #B0CE68; }
a { background-color: rgb(176,206,104); }
div.DivClassName
{
background-color: #B0CE68;
}
.BgClassName
{
background-color: #B0CE68;
}
</style>
border-color css
<style>
span { border-color: #B0CE68; }
span { border-color: rgb(176,206,104); }
td.TdClassName
{
border-color: #B0CE68;
}
.TagClassName
{
border-color: #B0CE68;
}
</style>