Shades of Wild Willow #B7CB6A
Tints of Wild Willow #B7CB6A
RGB
CMYK
RGB Variations
Color information
#B7CB6A (or 0xB7CB6A) is known color: Wild Willow. HEX triplet: B7, CB and 6A. RGB value is (183,203,106). Sum of RGB (Red+Green+Blue) = 183+203+106=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB6A is #483495. Grayscale: #BABABA. Windows color (decimal): -4732054 or 6998967. OLE color: 6998967.
HSL color Cylindrical-coordinate representation of color #B7CB6A: hue angle of 72.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7CB6A is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 106 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.20 |
| HSL | 72.37º | 0.48% | 0.61% | - |
| HSV(B) | 72.37º | 0.48% | 0.8% | - |
| XYZ | 43.49 | 53.82 | 21.73 | - |
| YUV | 185.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 106 | 0.10 | 0 | 0.48 | 0.20 | 72.37 | 0.48 | 0.61 |
| Hex | B7 | CB | 6A | A | 0 | 30 | 14 | 48 | 30 | 3D |
| Octal | 267 | 313 | 152 | 12 | 0 | 60 | 24 | 110 | 60 | 75 |
| Binary | 10110111 | 11001011 | 1101010 | 1010 | 0 | 110000 | 10100 | 1001000 | 110000 | 111101 |
Color Harmonies of #B7CB6A
Complementary color
Monochromatic Colors of #B7CB6A
Black with #B7CB6A
Text Example
Text Example
White with #B7CB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB6A; }
p { color: rgb(183,203,106); }
H1.HeaderClassName
{
color: #B7CB6A;
}
.AnyTagClassName
{
color: #B7CB6A;
}
</style>
background-color css
<style>
a { background-color: #B7CB6A; }
a { background-color: rgb(183,203,106); }
div.DivClassName
{
background-color: #B7CB6A;
}
.BgClassName
{
background-color: #B7CB6A;
}
</style>
border-color css
<style>
span { border-color: #B7CB6A; }
span { border-color: rgb(183,203,106); }
td.TdClassName
{
border-color: #B7CB6A;
}
.TagClassName
{
border-color: #B7CB6A;
}
</style>