Shades of Caper #B2CA71
Tints of Caper #B2CA71
RGB
CMYK
RGB Variations
Color information
#B2CA71 (or 0xB2CA71) is known color: Caper. HEX triplet: B2, CA and 71. RGB value is (178,202,113). Sum of RGB (Red+Green+Blue) = 178+202+113=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA71 is #4D358E. Grayscale: #B9B9B9. Windows color (decimal): -5059983 or 7457458. OLE color: 7457458.
HSL color Cylindrical-coordinate representation of color #B2CA71: hue angle of 76.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2CA71 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 113 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.21 |
| HSL | 76.18º | 0.46% | 0.62% | - |
| HSV(B) | 76.18º | 0.44% | 0.79% | - |
| XYZ | 42.46 | 52.9 | 23.6 | - |
| YUV | 184.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 113 | 0.12 | 0 | 0.44 | 0.21 | 76.18 | 0.46 | 0.62 |
| Hex | B2 | CA | 71 | C | 0 | 2C | 15 | 4C | 2E | 3E |
| Octal | 262 | 312 | 161 | 14 | 0 | 54 | 25 | 114 | 56 | 76 |
| Binary | 10110010 | 11001010 | 1110001 | 1100 | 0 | 101100 | 10101 | 1001100 | 101110 | 111110 |
Color Harmonies of #B2CA71
Complementary color
Monochromatic Colors of #B2CA71
Black with #B2CA71
Text Example
Text Example
White with #B2CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA71; }
p { color: rgb(178,202,113); }
H1.HeaderClassName
{
color: #B2CA71;
}
.AnyTagClassName
{
color: #B2CA71;
}
</style>
background-color css
<style>
a { background-color: #B2CA71; }
a { background-color: rgb(178,202,113); }
div.DivClassName
{
background-color: #B2CA71;
}
.BgClassName
{
background-color: #B2CA71;
}
</style>
border-color css
<style>
span { border-color: #B2CA71; }
span { border-color: rgb(178,202,113); }
td.TdClassName
{
border-color: #B2CA71;
}
.TagClassName
{
border-color: #B2CA71;
}
</style>