Shades of Wild Willow #B6CB68
Tints of Wild Willow #B6CB68
RGB
CMYK
RGB Variations
Color information
#B6CB68 (or 0xB6CB68) is known color: Wild Willow. HEX triplet: B6, CB and 68. RGB value is (182,203,104). Sum of RGB (Red+Green+Blue) = 182+203+104=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CB68 is #493497. Grayscale: #B9B9B9. Windows color (decimal): -4797592 or 6867894. OLE color: 6867894.
HSL color Cylindrical-coordinate representation of color #B6CB68: hue angle of 72.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6CB68 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 104 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.20 |
| HSL | 72.73º | 0.49% | 0.6% | - |
| HSV(B) | 72.73º | 0.49% | 0.8% | - |
| XYZ | 43.15 | 53.66 | 21.18 | - |
| YUV | 185.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 104 | 0.10 | 0 | 0.49 | 0.20 | 72.73 | 0.49 | 0.6 |
| Hex | B6 | CB | 68 | A | 0 | 31 | 14 | 49 | 31 | 3C |
| Octal | 266 | 313 | 150 | 12 | 0 | 61 | 24 | 111 | 61 | 74 |
| Binary | 10110110 | 11001011 | 1101000 | 1010 | 0 | 110001 | 10100 | 1001001 | 110001 | 111100 |
Color Harmonies of #B6CB68
Complementary color
Monochromatic Colors of #B6CB68
Black with #B6CB68
Text Example
Text Example
White with #B6CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB68; }
p { color: rgb(182,203,104); }
H1.HeaderClassName
{
color: #B6CB68;
}
.AnyTagClassName
{
color: #B6CB68;
}
</style>
background-color css
<style>
a { background-color: #B6CB68; }
a { background-color: rgb(182,203,104); }
div.DivClassName
{
background-color: #B6CB68;
}
.BgClassName
{
background-color: #B6CB68;
}
</style>
border-color css
<style>
span { border-color: #B6CB68; }
span { border-color: rgb(182,203,104); }
td.TdClassName
{
border-color: #B6CB68;
}
.TagClassName
{
border-color: #B6CB68;
}
</style>