Shades of Caper #B8CB85
Tints of Caper #B8CB85
RGB
CMYK
RGB Variations
Color information
#B8CB85 (or 0xB8CB85) is known color: Caper. HEX triplet: B8, CB and 85. RGB value is (184,203,133). Sum of RGB (Red+Green+Blue) = 184+203+133=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB85 is #47347A. Grayscale: #BDBDBD. Windows color (decimal): -4666491 or 8768440. OLE color: 8768440.
HSL color Cylindrical-coordinate representation of color #B8CB85: hue angle of 76.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8CB85 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 133 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.20 |
| HSL | 76.29º | 0.4% | 0.66% | - |
| HSV(B) | 76.29º | 0.34% | 0.8% | - |
| XYZ | 45.36 | 54.6 | 30.34 | - |
| YUV | 189.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 133 | 0.09 | 0 | 0.34 | 0.20 | 76.29 | 0.4 | 0.66 |
| Hex | B8 | CB | 85 | 9 | 0 | 22 | 14 | 4C | 28 | 42 |
| Octal | 270 | 313 | 205 | 11 | 0 | 42 | 24 | 114 | 50 | 102 |
| Binary | 10111000 | 11001011 | 10000101 | 1001 | 0 | 100010 | 10100 | 1001100 | 101000 | 1000010 |
Color Harmonies of #B8CB85
Complementary color
Monochromatic Colors of #B8CB85
Black with #B8CB85
Text Example
Text Example
White with #B8CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB85; }
p { color: rgb(184,203,133); }
H1.HeaderClassName
{
color: #B8CB85;
}
.AnyTagClassName
{
color: #B8CB85;
}
</style>
background-color css
<style>
a { background-color: #B8CB85; }
a { background-color: rgb(184,203,133); }
div.DivClassName
{
background-color: #B8CB85;
}
.BgClassName
{
background-color: #B8CB85;
}
</style>
border-color css
<style>
span { border-color: #B8CB85; }
span { border-color: rgb(184,203,133); }
td.TdClassName
{
border-color: #B8CB85;
}
.TagClassName
{
border-color: #B8CB85;
}
</style>