Shades of Caper #B8C879
Tints of Caper #B8C879
RGB
CMYK
RGB Variations
Color information
#B8C879 (or 0xB8C879) is known color: Caper. HEX triplet: B8, C8 and 79. RGB value is (184,200,121). Sum of RGB (Red+Green+Blue) = 184+200+121=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C879 is #473786. Grayscale: #BABABA. Windows color (decimal): -4667271 or 7981240. OLE color: 7981240.
HSL color Cylindrical-coordinate representation of color #B8C879: hue angle of 72.15º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8C879 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 121 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.22 |
| HSL | 72.15º | 0.42% | 0.63% | - |
| HSV(B) | 72.15º | 0.4% | 0.78% | - |
| XYZ | 43.87 | 52.88 | 25.98 | - |
| YUV | 186.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 121 | 0.08 | 0 | 0.39 | 0.22 | 72.15 | 0.42 | 0.63 |
| Hex | B8 | C8 | 79 | 8 | 0 | 27 | 16 | 48 | 2A | 3F |
| Octal | 270 | 310 | 171 | 10 | 0 | 47 | 26 | 110 | 52 | 77 |
| Binary | 10111000 | 11001000 | 1111001 | 1000 | 0 | 100111 | 10110 | 1001000 | 101010 | 111111 |
Color Harmonies of #B8C879
Complementary color
Monochromatic Colors of #B8C879
Black with #B8C879
Text Example
Text Example
White with #B8C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C879; }
p { color: rgb(184,200,121); }
H1.HeaderClassName
{
color: #B8C879;
}
.AnyTagClassName
{
color: #B8C879;
}
</style>
background-color css
<style>
a { background-color: #B8C879; }
a { background-color: rgb(184,200,121); }
div.DivClassName
{
background-color: #B8C879;
}
.BgClassName
{
background-color: #B8C879;
}
</style>
border-color css
<style>
span { border-color: #B8C879; }
span { border-color: rgb(184,200,121); }
td.TdClassName
{
border-color: #B8C879;
}
.TagClassName
{
border-color: #B8C879;
}
</style>