Shades of Wild Willow #B7CB5C
Tints of Wild Willow #B7CB5C
RGB
CMYK
RGB Variations
Color information
#B7CB5C (or 0xB7CB5C) is known color: Wild Willow. HEX triplet: B7, CB and 5C. RGB value is (183,203,92). Sum of RGB (Red+Green+Blue) = 183+203+92=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB5C is #4834A3. Grayscale: #B8B8B8. Windows color (decimal): -4732068 or 6081463. OLE color: 6081463.
HSL color Cylindrical-coordinate representation of color #B7CB5C: hue angle of 70.81º 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 #B7CB5C is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 92 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.20 |
| HSL | 70.81º | 0.52% | 0.58% | - |
| HSV(B) | 70.81º | 0.55% | 0.8% | - |
| XYZ | 42.82 | 53.55 | 18.21 | - |
| YUV | 184.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 92 | 0.10 | 0 | 0.55 | 0.20 | 70.81 | 0.52 | 0.58 |
| Hex | B7 | CB | 5C | A | 0 | 37 | 14 | 47 | 34 | 3A |
| Octal | 267 | 313 | 134 | 12 | 0 | 67 | 24 | 107 | 64 | 72 |
| Binary | 10110111 | 11001011 | 1011100 | 1010 | 0 | 110111 | 10100 | 1000111 | 110100 | 111010 |
Color Harmonies of #B7CB5C
Complementary color
Monochromatic Colors of #B7CB5C
Black with #B7CB5C
Text Example
Text Example
White with #B7CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB5C; }
p { color: rgb(183,203,92); }
H1.HeaderClassName
{
color: #B7CB5C;
}
.AnyTagClassName
{
color: #B7CB5C;
}
</style>
background-color css
<style>
a { background-color: #B7CB5C; }
a { background-color: rgb(183,203,92); }
div.DivClassName
{
background-color: #B7CB5C;
}
.BgClassName
{
background-color: #B7CB5C;
}
</style>
border-color css
<style>
span { border-color: #B7CB5C; }
span { border-color: rgb(183,203,92); }
td.TdClassName
{
border-color: #B7CB5C;
}
.TagClassName
{
border-color: #B7CB5C;
}
</style>