Shades of Wild Willow #B0CA68
Tints of Wild Willow #B0CA68
RGB
CMYK
RGB Variations
Color information
#B0CA68 (or 0xB0CA68) is known color: Wild Willow. HEX triplet: B0, CA and 68. RGB value is (176,202,104). Sum of RGB (Red+Green+Blue) = 176+202+104=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA68 is #4F3597. Grayscale: #B7B7B7. Windows color (decimal): -5191064 or 6867632. OLE color: 6867632.
HSL color Cylindrical-coordinate representation of color #B0CA68: hue angle of 75.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0CA68 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 104 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.21 |
| HSL | 75.92º | 0.48% | 0.6% | - |
| HSV(B) | 75.92º | 0.49% | 0.79% | - |
| XYZ | 41.52 | 52.47 | 21.04 | - |
| YUV | 183.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 104 | 0.13 | 0 | 0.49 | 0.21 | 75.92 | 0.48 | 0.6 |
| Hex | B0 | CA | 68 | D | 0 | 31 | 15 | 4C | 30 | 3C |
| Octal | 260 | 312 | 150 | 15 | 0 | 61 | 25 | 114 | 60 | 74 |
| Binary | 10110000 | 11001010 | 1101000 | 1101 | 0 | 110001 | 10101 | 1001100 | 110000 | 111100 |
Color Harmonies of #B0CA68
Complementary color
Monochromatic Colors of #B0CA68
Black with #B0CA68
Text Example
Text Example
White with #B0CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA68; }
p { color: rgb(176,202,104); }
H1.HeaderClassName
{
color: #B0CA68;
}
.AnyTagClassName
{
color: #B0CA68;
}
</style>
background-color css
<style>
a { background-color: #B0CA68; }
a { background-color: rgb(176,202,104); }
div.DivClassName
{
background-color: #B0CA68;
}
.BgClassName
{
background-color: #B0CA68;
}
</style>
border-color css
<style>
span { border-color: #B0CA68; }
span { border-color: rgb(176,202,104); }
td.TdClassName
{
border-color: #B0CA68;
}
.TagClassName
{
border-color: #B0CA68;
}
</style>