Shades of Caper #B8C48E
Tints of Caper #B8C48E
RGB
CMYK
RGB Variations
Color information
#B8C48E (or 0xB8C48E) is known color: Caper. HEX triplet: B8, C4 and 8E. RGB value is (184,196,142). Sum of RGB (Red+Green+Blue) = 184+196+142=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C48E is #473B71. Grayscale: #BABABA. Windows color (decimal): -4668274 or 9356472. OLE color: 9356472.
HSL color Cylindrical-coordinate representation of color #B8C48E: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C48E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 142 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.23 |
| HSL | 73.33º | 0.31% | 0.66% | - |
| HSV(B) | 73.33º | 0.28% | 0.77% | - |
| XYZ | 44.39 | 51.62 | 33.22 | - |
| YUV | 186.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 142 | 0.06 | 0 | 0.28 | 0.23 | 73.33 | 0.31 | 0.66 |
| Hex | B8 | C4 | 8E | 6 | 0 | 1C | 17 | 49 | 1F | 42 |
| Octal | 270 | 304 | 216 | 6 | 0 | 34 | 27 | 111 | 37 | 102 |
| Binary | 10111000 | 11000100 | 10001110 | 110 | 0 | 11100 | 10111 | 1001001 | 11111 | 1000010 |
Color Harmonies of #B8C48E
Complementary color
Monochromatic Colors of #B8C48E
Black with #B8C48E
Text Example
Text Example
White with #B8C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C48E; }
p { color: rgb(184,196,142); }
H1.HeaderClassName
{
color: #B8C48E;
}
.AnyTagClassName
{
color: #B8C48E;
}
</style>
background-color css
<style>
a { background-color: #B8C48E; }
a { background-color: rgb(184,196,142); }
div.DivClassName
{
background-color: #B8C48E;
}
.BgClassName
{
background-color: #B8C48E;
}
</style>
border-color css
<style>
span { border-color: #B8C48E; }
span { border-color: rgb(184,196,142); }
td.TdClassName
{
border-color: #B8C48E;
}
.TagClassName
{
border-color: #B8C48E;
}
</style>