Shades of Caper #B8C88E
Tints of Caper #B8C88E
RGB
CMYK
RGB Variations
Color information
#B8C88E (or 0xB8C88E) is known color: Caper. HEX triplet: B8, C8 and 8E. RGB value is (184,200,142). Sum of RGB (Red+Green+Blue) = 184+200+142=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C88E is #473771. Grayscale: #BCBCBC. Windows color (decimal): -4667250 or 9357496. OLE color: 9357496.
HSL color Cylindrical-coordinate representation of color #B8C88E: hue angle of 76.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8C88E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 142 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.22 |
| HSL | 76.55º | 0.35% | 0.67% | - |
| HSV(B) | 76.55º | 0.29% | 0.78% | - |
| XYZ | 45.3 | 53.45 | 33.52 | - |
| YUV | 188.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 142 | 0.08 | 0 | 0.29 | 0.22 | 76.55 | 0.35 | 0.67 |
| Hex | B8 | C8 | 8E | 8 | 0 | 1D | 16 | 4D | 23 | 43 |
| Octal | 270 | 310 | 216 | 10 | 0 | 35 | 26 | 115 | 43 | 103 |
| Binary | 10111000 | 11001000 | 10001110 | 1000 | 0 | 11101 | 10110 | 1001101 | 100011 | 1000011 |
Color Harmonies of #B8C88E
Complementary color
Monochromatic Colors of #B8C88E
Black with #B8C88E
Text Example
Text Example
White with #B8C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C88E; }
p { color: rgb(184,200,142); }
H1.HeaderClassName
{
color: #B8C88E;
}
.AnyTagClassName
{
color: #B8C88E;
}
</style>
background-color css
<style>
a { background-color: #B8C88E; }
a { background-color: rgb(184,200,142); }
div.DivClassName
{
background-color: #B8C88E;
}
.BgClassName
{
background-color: #B8C88E;
}
</style>
border-color css
<style>
span { border-color: #B8C88E; }
span { border-color: rgb(184,200,142); }
td.TdClassName
{
border-color: #B8C88E;
}
.TagClassName
{
border-color: #B8C88E;
}
</style>