Shades of Wild Willow #B7CB5A
Tints of Wild Willow #B7CB5A
RGB
CMYK
RGB Variations
Color information
#B7CB5A (or 0xB7CB5A) is known color: Wild Willow. HEX triplet: B7, CB and 5A. RGB value is (183,203,90). Sum of RGB (Red+Green+Blue) = 183+203+90=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB5A is #4834A5. Grayscale: #B8B8B8. Windows color (decimal): -4732070 or 5950391. OLE color: 5950391.
HSL color Cylindrical-coordinate representation of color #B7CB5A: hue angle of 70.62º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7CB5A is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 90 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.20 |
| HSL | 70.62º | 0.52% | 0.57% | - |
| HSV(B) | 70.62º | 0.56% | 0.8% | - |
| XYZ | 42.73 | 53.52 | 17.75 | - |
| YUV | 184.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 90 | 0.10 | 0 | 0.56 | 0.20 | 70.62 | 0.52 | 0.57 |
| Hex | B7 | CB | 5A | A | 0 | 38 | 14 | 47 | 34 | 39 |
| Octal | 267 | 313 | 132 | 12 | 0 | 70 | 24 | 107 | 64 | 71 |
| Binary | 10110111 | 11001011 | 1011010 | 1010 | 0 | 111000 | 10100 | 1000111 | 110100 | 111001 |
Color Harmonies of #B7CB5A
Complementary color
Monochromatic Colors of #B7CB5A
Black with #B7CB5A
Text Example
Text Example
White with #B7CB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB5A; }
p { color: rgb(183,203,90); }
H1.HeaderClassName
{
color: #B7CB5A;
}
.AnyTagClassName
{
color: #B7CB5A;
}
</style>
background-color css
<style>
a { background-color: #B7CB5A; }
a { background-color: rgb(183,203,90); }
div.DivClassName
{
background-color: #B7CB5A;
}
.BgClassName
{
background-color: #B7CB5A;
}
</style>
border-color css
<style>
span { border-color: #B7CB5A; }
span { border-color: rgb(183,203,90); }
td.TdClassName
{
border-color: #B7CB5A;
}
.TagClassName
{
border-color: #B7CB5A;
}
</style>