Shades of Caper #B2C879
Tints of Caper #B2C879
RGB
CMYK
RGB Variations
Color information
#B2C879 (or 0xB2C879) is known color: Caper. HEX triplet: B2, C8 and 79. RGB value is (178,200,121). Sum of RGB (Red+Green+Blue) = 178+200+121=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C879 is #4D3786. Grayscale: #B8B8B8. Windows color (decimal): -5060487 or 7981234. OLE color: 7981234.
HSL color Cylindrical-coordinate representation of color #B2C879: hue angle of 76.71º 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 #B2C879 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 121 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.22 |
| HSL | 76.71º | 0.42% | 0.63% | - |
| HSV(B) | 76.71º | 0.4% | 0.78% | - |
| XYZ | 42.47 | 52.15 | 25.92 | - |
| YUV | 184.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 121 | 0.11 | 0 | 0.39 | 0.22 | 76.71 | 0.42 | 0.63 |
| Hex | B2 | C8 | 79 | B | 0 | 27 | 16 | 4D | 2A | 3F |
| Octal | 262 | 310 | 171 | 13 | 0 | 47 | 26 | 115 | 52 | 77 |
| Binary | 10110010 | 11001000 | 1111001 | 1011 | 0 | 100111 | 10110 | 1001101 | 101010 | 111111 |
Color Harmonies of #B2C879
Complementary color
Monochromatic Colors of #B2C879
Black with #B2C879
Text Example
Text Example
White with #B2C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C879; }
p { color: rgb(178,200,121); }
H1.HeaderClassName
{
color: #B2C879;
}
.AnyTagClassName
{
color: #B2C879;
}
</style>
background-color css
<style>
a { background-color: #B2C879; }
a { background-color: rgb(178,200,121); }
div.DivClassName
{
background-color: #B2C879;
}
.BgClassName
{
background-color: #B2C879;
}
</style>
border-color css
<style>
span { border-color: #B2C879; }
span { border-color: rgb(178,200,121); }
td.TdClassName
{
border-color: #B2C879;
}
.TagClassName
{
border-color: #B2C879;
}
</style>