Shades of Caper #B8CB77
Tints of Caper #B8CB77
RGB
CMYK
RGB Variations
Color information
#B8CB77 (or 0xB8CB77) is known color: Caper. HEX triplet: B8, CB and 77. RGB value is (184,203,119). Sum of RGB (Red+Green+Blue) = 184+203+119=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB77 is #473488. Grayscale: #BCBCBC. Windows color (decimal): -4666505 or 7850936. OLE color: 7850936.
HSL color Cylindrical-coordinate representation of color #B8CB77: hue angle of 73.57º 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 #B8CB77 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 119 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.20 |
| HSL | 73.57º | 0.45% | 0.63% | - |
| HSV(B) | 73.57º | 0.41% | 0.8% | - |
| XYZ | 44.45 | 54.23 | 25.58 | - |
| YUV | 187.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 119 | 0.09 | 0 | 0.41 | 0.20 | 73.57 | 0.45 | 0.63 |
| Hex | B8 | CB | 77 | 9 | 0 | 29 | 14 | 4A | 2D | 3F |
| Octal | 270 | 313 | 167 | 11 | 0 | 51 | 24 | 112 | 55 | 77 |
| Binary | 10111000 | 11001011 | 1110111 | 1001 | 0 | 101001 | 10100 | 1001010 | 101101 | 111111 |
Color Harmonies of #B8CB77
Complementary color
Monochromatic Colors of #B8CB77
Black with #B8CB77
Text Example
Text Example
White with #B8CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB77; }
p { color: rgb(184,203,119); }
H1.HeaderClassName
{
color: #B8CB77;
}
.AnyTagClassName
{
color: #B8CB77;
}
</style>
background-color css
<style>
a { background-color: #B8CB77; }
a { background-color: rgb(184,203,119); }
div.DivClassName
{
background-color: #B8CB77;
}
.BgClassName
{
background-color: #B8CB77;
}
</style>
border-color css
<style>
span { border-color: #B8CB77; }
span { border-color: rgb(184,203,119); }
td.TdClassName
{
border-color: #B8CB77;
}
.TagClassName
{
border-color: #B8CB77;
}
</style>