Shades of Wild Willow #B7CB5B
Tints of Wild Willow #B7CB5B
RGB
CMYK
RGB Variations
Color information
#B7CB5B (or 0xB7CB5B) is known color: Wild Willow. HEX triplet: B7, CB and 5B. RGB value is (183,203,91). Sum of RGB (Red+Green+Blue) = 183+203+91=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB5B is #4834A4. Grayscale: #B8B8B8. Windows color (decimal): -4732069 or 6015927. OLE color: 6015927.
HSL color Cylindrical-coordinate representation of color #B7CB5B: hue angle of 70.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7CB5B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 91 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.20 |
| HSL | 70.71º | 0.52% | 0.58% | - |
| HSV(B) | 70.71º | 0.55% | 0.8% | - |
| XYZ | 42.77 | 53.53 | 17.98 | - |
| YUV | 184.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 91 | 0.10 | 0 | 0.55 | 0.20 | 70.71 | 0.52 | 0.58 |
| Hex | B7 | CB | 5B | A | 0 | 37 | 14 | 47 | 34 | 3A |
| Octal | 267 | 313 | 133 | 12 | 0 | 67 | 24 | 107 | 64 | 72 |
| Binary | 10110111 | 11001011 | 1011011 | 1010 | 0 | 110111 | 10100 | 1000111 | 110100 | 111010 |
Color Harmonies of #B7CB5B
Complementary color
Monochromatic Colors of #B7CB5B
Black with #B7CB5B
Text Example
Text Example
White with #B7CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB5B; }
p { color: rgb(183,203,91); }
H1.HeaderClassName
{
color: #B7CB5B;
}
.AnyTagClassName
{
color: #B7CB5B;
}
</style>
background-color css
<style>
a { background-color: #B7CB5B; }
a { background-color: rgb(183,203,91); }
div.DivClassName
{
background-color: #B7CB5B;
}
.BgClassName
{
background-color: #B7CB5B;
}
</style>
border-color css
<style>
span { border-color: #B7CB5B; }
span { border-color: rgb(183,203,91); }
td.TdClassName
{
border-color: #B7CB5B;
}
.TagClassName
{
border-color: #B7CB5B;
}
</style>