Shades of Caper #B8CA79
Tints of Caper #B8CA79
RGB
CMYK
RGB Variations
Color information
#B8CA79 (or 0xB8CA79) is known color: Caper. HEX triplet: B8, CA and 79. RGB value is (184,202,121). Sum of RGB (Red+Green+Blue) = 184+202+121=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA79 is #473586. Grayscale: #BBBBBB. Windows color (decimal): -4666759 or 7981752. OLE color: 7981752.
HSL color Cylindrical-coordinate representation of color #B8CA79: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8CA79 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 121 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.21 |
| HSL | 73.33º | 0.43% | 0.63% | - |
| HSV(B) | 73.33º | 0.4% | 0.79% | - |
| XYZ | 44.34 | 53.81 | 26.14 | - |
| YUV | 187.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 121 | 0.09 | 0 | 0.40 | 0.21 | 73.33 | 0.43 | 0.63 |
| Hex | B8 | CA | 79 | 9 | 0 | 28 | 15 | 49 | 2B | 3F |
| Octal | 270 | 312 | 171 | 11 | 0 | 50 | 25 | 111 | 53 | 77 |
| Binary | 10111000 | 11001010 | 1111001 | 1001 | 0 | 101000 | 10101 | 1001001 | 101011 | 111111 |
Color Harmonies of #B8CA79
Complementary color
Monochromatic Colors of #B8CA79
Black with #B8CA79
Text Example
Text Example
White with #B8CA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA79; }
p { color: rgb(184,202,121); }
H1.HeaderClassName
{
color: #B8CA79;
}
.AnyTagClassName
{
color: #B8CA79;
}
</style>
background-color css
<style>
a { background-color: #B8CA79; }
a { background-color: rgb(184,202,121); }
div.DivClassName
{
background-color: #B8CA79;
}
.BgClassName
{
background-color: #B8CA79;
}
</style>
border-color css
<style>
span { border-color: #B8CA79; }
span { border-color: rgb(184,202,121); }
td.TdClassName
{
border-color: #B8CA79;
}
.TagClassName
{
border-color: #B8CA79;
}
</style>