Shades of Caper #B8C38A
Tints of Caper #B8C38A
RGB
CMYK
RGB Variations
Color information
#B8C38A (or 0xB8C38A) is known color: Caper. HEX triplet: B8, C3 and 8A. RGB value is (184,195,138). Sum of RGB (Red+Green+Blue) = 184+195+138=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C38A is #473C75. Grayscale: #B9B9B9. Windows color (decimal): -4668534 or 9094072. OLE color: 9094072.
HSL color Cylindrical-coordinate representation of color #B8C38A: hue angle of 71.58º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8C38A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 138 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.24 |
| HSL | 71.58º | 0.32% | 0.65% | - |
| HSV(B) | 71.58º | 0.29% | 0.76% | - |
| XYZ | 43.87 | 51.06 | 31.59 | - |
| YUV | 185.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 138 | 0.06 | 0 | 0.29 | 0.24 | 71.58 | 0.32 | 0.65 |
| Hex | B8 | C3 | 8A | 6 | 0 | 1D | 18 | 48 | 20 | 41 |
| Octal | 270 | 303 | 212 | 6 | 0 | 35 | 30 | 110 | 40 | 101 |
| Binary | 10111000 | 11000011 | 10001010 | 110 | 0 | 11101 | 11000 | 1001000 | 100000 | 1000001 |
Color Harmonies of #B8C38A
Complementary color
Monochromatic Colors of #B8C38A
Black with #B8C38A
Text Example
Text Example
White with #B8C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C38A; }
p { color: rgb(184,195,138); }
H1.HeaderClassName
{
color: #B8C38A;
}
.AnyTagClassName
{
color: #B8C38A;
}
</style>
background-color css
<style>
a { background-color: #B8C38A; }
a { background-color: rgb(184,195,138); }
div.DivClassName
{
background-color: #B8C38A;
}
.BgClassName
{
background-color: #B8C38A;
}
</style>
border-color css
<style>
span { border-color: #B8C38A; }
span { border-color: rgb(184,195,138); }
td.TdClassName
{
border-color: #B8C38A;
}
.TagClassName
{
border-color: #B8C38A;
}
</style>