Shades of Caper #B8C78E
Tints of Caper #B8C78E
RGB
CMYK
RGB Variations
Color information
#B8C78E (or 0xB8C78E) is known color: Caper. HEX triplet: B8, C7 and 8E. RGB value is (184,199,142). Sum of RGB (Red+Green+Blue) = 184+199+142=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C78E is #473871. Grayscale: #BCBCBC. Windows color (decimal): -4667506 or 9357240. OLE color: 9357240.
HSL color Cylindrical-coordinate representation of color #B8C78E: hue angle of 75.79º degrees, saturation: 0.34, 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 #B8C78E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 199 | 142 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.22 |
| HSL | 75.79º | 0.34% | 0.67% | - |
| HSV(B) | 75.79º | 0.29% | 0.78% | - |
| XYZ | 45.07 | 52.99 | 33.44 | - |
| YUV | 188.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 142 | 0.08 | 0 | 0.29 | 0.22 | 75.79 | 0.34 | 0.67 |
| Hex | B8 | C7 | 8E | 8 | 0 | 1D | 16 | 4C | 22 | 43 |
| Octal | 270 | 307 | 216 | 10 | 0 | 35 | 26 | 114 | 42 | 103 |
| Binary | 10111000 | 11000111 | 10001110 | 1000 | 0 | 11101 | 10110 | 1001100 | 100010 | 1000011 |
Color Harmonies of #B8C78E
Complementary color
Monochromatic Colors of #B8C78E
Black with #B8C78E
Text Example
Text Example
White with #B8C78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C78E; }
p { color: rgb(184,199,142); }
H1.HeaderClassName
{
color: #B8C78E;
}
.AnyTagClassName
{
color: #B8C78E;
}
</style>
background-color css
<style>
a { background-color: #B8C78E; }
a { background-color: rgb(184,199,142); }
div.DivClassName
{
background-color: #B8C78E;
}
.BgClassName
{
background-color: #B8C78E;
}
</style>
border-color css
<style>
span { border-color: #B8C78E; }
span { border-color: rgb(184,199,142); }
td.TdClassName
{
border-color: #B8C78E;
}
.TagClassName
{
border-color: #B8C78E;
}
</style>