Shades of Caper #B8CB88
Tints of Caper #B8CB88
RGB
CMYK
RGB Variations
Color information
#B8CB88 (or 0xB8CB88) is known color: Caper. HEX triplet: B8, CB and 88. RGB value is (184,203,136). Sum of RGB (Red+Green+Blue) = 184+203+136=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CB88 is #473477. Grayscale: #BDBDBD. Windows color (decimal): -4666488 or 8965048. OLE color: 8965048.
HSL color Cylindrical-coordinate representation of color #B8CB88: hue angle of 77.01º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8CB88 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 136 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.20 |
| HSL | 77.01º | 0.39% | 0.66% | - |
| HSV(B) | 77.01º | 0.33% | 0.8% | - |
| XYZ | 45.57 | 54.68 | 31.45 | - |
| YUV | 189.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 136 | 0.09 | 0 | 0.33 | 0.20 | 77.01 | 0.39 | 0.66 |
| Hex | B8 | CB | 88 | 9 | 0 | 21 | 14 | 4D | 27 | 42 |
| Octal | 270 | 313 | 210 | 11 | 0 | 41 | 24 | 115 | 47 | 102 |
| Binary | 10111000 | 11001011 | 10001000 | 1001 | 0 | 100001 | 10100 | 1001101 | 100111 | 1000010 |
Color Harmonies of #B8CB88
Complementary color
Monochromatic Colors of #B8CB88
Black with #B8CB88
Text Example
Text Example
White with #B8CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CB88; }
p { color: rgb(184,203,136); }
H1.HeaderClassName
{
color: #B8CB88;
}
.AnyTagClassName
{
color: #B8CB88;
}
</style>
background-color css
<style>
a { background-color: #B8CB88; }
a { background-color: rgb(184,203,136); }
div.DivClassName
{
background-color: #B8CB88;
}
.BgClassName
{
background-color: #B8CB88;
}
</style>
border-color css
<style>
span { border-color: #B8CB88; }
span { border-color: rgb(184,203,136); }
td.TdClassName
{
border-color: #B8CB88;
}
.TagClassName
{
border-color: #B8CB88;
}
</style>