Shades of Caper #B0C577
Tints of Caper #B0C577
RGB
CMYK
RGB Variations
Color information
#B0C577 (or 0xB0C577) is known color: Caper. HEX triplet: B0, C5 and 77. RGB value is (176,197,119). Sum of RGB (Red+Green+Blue) = 176+197+119=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C577 is #4F3A88. Grayscale: #B6B6B6. Windows color (decimal): -5192329 or 7849392. OLE color: 7849392.
HSL color Cylindrical-coordinate representation of color #B0C577: hue angle of 76.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0C577 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 119 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.23 |
| HSL | 76.15º | 0.4% | 0.62% | - |
| HSV(B) | 76.15º | 0.4% | 0.77% | - |
| XYZ | 41.2 | 50.49 | 25.03 | - |
| YUV | 181.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 119 | 0.11 | 0 | 0.40 | 0.23 | 76.15 | 0.4 | 0.62 |
| Hex | B0 | C5 | 77 | B | 0 | 28 | 17 | 4C | 28 | 3E |
| Octal | 260 | 305 | 167 | 13 | 0 | 50 | 27 | 114 | 50 | 76 |
| Binary | 10110000 | 11000101 | 1110111 | 1011 | 0 | 101000 | 10111 | 1001100 | 101000 | 111110 |
Color Harmonies of #B0C577
Complementary color
Monochromatic Colors of #B0C577
Black with #B0C577
Text Example
Text Example
White with #B0C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C577; }
p { color: rgb(176,197,119); }
H1.HeaderClassName
{
color: #B0C577;
}
.AnyTagClassName
{
color: #B0C577;
}
</style>
background-color css
<style>
a { background-color: #B0C577; }
a { background-color: rgb(176,197,119); }
div.DivClassName
{
background-color: #B0C577;
}
.BgClassName
{
background-color: #B0C577;
}
</style>
border-color css
<style>
span { border-color: #B0C577; }
span { border-color: rgb(176,197,119); }
td.TdClassName
{
border-color: #B0C577;
}
.TagClassName
{
border-color: #B0C577;
}
</style>