Shades of Caper #B8C58A
Tints of Caper #B8C58A
RGB
CMYK
RGB Variations
Color information
#B8C58A (or 0xB8C58A) is known color: Caper. HEX triplet: B8, C5 and 8A. RGB value is (184,197,138). Sum of RGB (Red+Green+Blue) = 184+197+138=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C58A is #473A75. Grayscale: #BABABA. Windows color (decimal): -4668022 or 9094584. OLE color: 9094584.
HSL color Cylindrical-coordinate representation of color #B8C58A: hue angle of 73.22º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8C58A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 138 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.23 |
| HSL | 73.22º | 0.34% | 0.66% | - |
| HSV(B) | 73.22º | 0.3% | 0.77% | - |
| XYZ | 44.32 | 51.96 | 31.74 | - |
| YUV | 186.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 138 | 0.07 | 0 | 0.30 | 0.23 | 73.22 | 0.34 | 0.66 |
| Hex | B8 | C5 | 8A | 7 | 0 | 1E | 17 | 49 | 22 | 42 |
| Octal | 270 | 305 | 212 | 7 | 0 | 36 | 27 | 111 | 42 | 102 |
| Binary | 10111000 | 11000101 | 10001010 | 111 | 0 | 11110 | 10111 | 1001001 | 100010 | 1000010 |
Color Harmonies of #B8C58A
Complementary color
Monochromatic Colors of #B8C58A
Black with #B8C58A
Text Example
Text Example
White with #B8C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C58A; }
p { color: rgb(184,197,138); }
H1.HeaderClassName
{
color: #B8C58A;
}
.AnyTagClassName
{
color: #B8C58A;
}
</style>
background-color css
<style>
a { background-color: #B8C58A; }
a { background-color: rgb(184,197,138); }
div.DivClassName
{
background-color: #B8C58A;
}
.BgClassName
{
background-color: #B8C58A;
}
</style>
border-color css
<style>
span { border-color: #B8C58A; }
span { border-color: rgb(184,197,138); }
td.TdClassName
{
border-color: #B8C58A;
}
.TagClassName
{
border-color: #B8C58A;
}
</style>