Shades of Caper #B8C38E
Tints of Caper #B8C38E
RGB
CMYK
RGB Variations
Color information
#B8C38E (or 0xB8C38E) is known color: Caper. HEX triplet: B8, C3 and 8E. RGB value is (184,195,142). Sum of RGB (Red+Green+Blue) = 184+195+142=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C38E is #473C71. Grayscale: #B9B9B9. Windows color (decimal): -4668530 or 9356216. OLE color: 9356216.
HSL color Cylindrical-coordinate representation of color #B8C38E: hue angle of 72.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8C38E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 142 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.24 |
| HSL | 72.45º | 0.31% | 0.66% | - |
| HSV(B) | 72.45º | 0.27% | 0.76% | - |
| XYZ | 44.16 | 51.17 | 33.14 | - |
| YUV | 185.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 142 | 0.06 | 0 | 0.27 | 0.24 | 72.45 | 0.31 | 0.66 |
| Hex | B8 | C3 | 8E | 6 | 0 | 1B | 18 | 48 | 1F | 42 |
| Octal | 270 | 303 | 216 | 6 | 0 | 33 | 30 | 110 | 37 | 102 |
| Binary | 10111000 | 11000011 | 10001110 | 110 | 0 | 11011 | 11000 | 1001000 | 11111 | 1000010 |
Color Harmonies of #B8C38E
Complementary color
Monochromatic Colors of #B8C38E
Black with #B8C38E
Text Example
Text Example
White with #B8C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C38E; }
p { color: rgb(184,195,142); }
H1.HeaderClassName
{
color: #B8C38E;
}
.AnyTagClassName
{
color: #B8C38E;
}
</style>
background-color css
<style>
a { background-color: #B8C38E; }
a { background-color: rgb(184,195,142); }
div.DivClassName
{
background-color: #B8C38E;
}
.BgClassName
{
background-color: #B8C38E;
}
</style>
border-color css
<style>
span { border-color: #B8C38E; }
span { border-color: rgb(184,195,142); }
td.TdClassName
{
border-color: #B8C38E;
}
.TagClassName
{
border-color: #B8C38E;
}
</style>