Shades of Caper #B8CB76
Tints of Caper #B8CB76
RGB
CMYK
RGB Variations
Color information
#B8CB76 (or 0xB8CB76) is known color: Caper. HEX triplet: B8, CB and 76. RGB value is (184,203,118). Sum of RGB (Red+Green+Blue) = 184+203+118=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CB76 is #473489. Grayscale: #BBBBBB. Windows color (decimal): -4666506 or 7785400. OLE color: 7785400.
HSL color Cylindrical-coordinate representation of color #B8CB76: hue angle of 73.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8CB76 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 118 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.20 |
| HSL | 73.41º | 0.45% | 0.63% | - |
| HSV(B) | 73.41º | 0.42% | 0.8% | - |
| XYZ | 44.39 | 54.21 | 25.26 | - |
| YUV | 187.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 118 | 0.09 | 0 | 0.42 | 0.20 | 73.41 | 0.45 | 0.63 |
| Hex | B8 | CB | 76 | 9 | 0 | 2A | 14 | 49 | 2D | 3F |
| Octal | 270 | 313 | 166 | 11 | 0 | 52 | 24 | 111 | 55 | 77 |
| Binary | 10111000 | 11001011 | 1110110 | 1001 | 0 | 101010 | 10100 | 1001001 | 101101 | 111111 |
Color Harmonies of #B8CB76
Complementary color
Monochromatic Colors of #B8CB76
Black with #B8CB76
Text Example
Text Example
White with #B8CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB76; }
p { color: rgb(184,203,118); }
H1.HeaderClassName
{
color: #B8CB76;
}
.AnyTagClassName
{
color: #B8CB76;
}
</style>
background-color css
<style>
a { background-color: #B8CB76; }
a { background-color: rgb(184,203,118); }
div.DivClassName
{
background-color: #B8CB76;
}
.BgClassName
{
background-color: #B8CB76;
}
</style>
border-color css
<style>
span { border-color: #B8CB76; }
span { border-color: rgb(184,203,118); }
td.TdClassName
{
border-color: #B8CB76;
}
.TagClassName
{
border-color: #B8CB76;
}
</style>