Shades of Caper #B0CB77
Tints of Caper #B0CB77
RGB
CMYK
RGB Variations
Color information
#B0CB77 (or 0xB0CB77) is known color: Caper. HEX triplet: B0, CB and 77. RGB value is (176,203,119). Sum of RGB (Red+Green+Blue) = 176+203+119=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB77 is #4F3488. Grayscale: #B9B9B9. Windows color (decimal): -5190793 or 7850928. OLE color: 7850928.
HSL color Cylindrical-coordinate representation of color #B0CB77: hue angle of 79.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CB77 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 119 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.20 |
| HSL | 79.29º | 0.45% | 0.63% | - |
| HSV(B) | 79.29º | 0.41% | 0.8% | - |
| XYZ | 42.59 | 53.27 | 25.49 | - |
| YUV | 185.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 119 | 0.13 | 0 | 0.41 | 0.20 | 79.29 | 0.45 | 0.63 |
| Hex | B0 | CB | 77 | D | 0 | 29 | 14 | 4F | 2D | 3F |
| Octal | 260 | 313 | 167 | 15 | 0 | 51 | 24 | 117 | 55 | 77 |
| Binary | 10110000 | 11001011 | 1110111 | 1101 | 0 | 101001 | 10100 | 1001111 | 101101 | 111111 |
Color Harmonies of #B0CB77
Complementary color
Monochromatic Colors of #B0CB77
Black with #B0CB77
Text Example
Text Example
White with #B0CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB77; }
p { color: rgb(176,203,119); }
H1.HeaderClassName
{
color: #B0CB77;
}
.AnyTagClassName
{
color: #B0CB77;
}
</style>
background-color css
<style>
a { background-color: #B0CB77; }
a { background-color: rgb(176,203,119); }
div.DivClassName
{
background-color: #B0CB77;
}
.BgClassName
{
background-color: #B0CB77;
}
</style>
border-color css
<style>
span { border-color: #B0CB77; }
span { border-color: rgb(176,203,119); }
td.TdClassName
{
border-color: #B0CB77;
}
.TagClassName
{
border-color: #B0CB77;
}
</style>