Shades of Caper #B2CA84
Tints of Caper #B2CA84
RGB
CMYK
RGB Variations
Color information
#B2CA84 (or 0xB2CA84) is known color: Caper. HEX triplet: B2, CA and 84. RGB value is (178,202,132). Sum of RGB (Red+Green+Blue) = 178+202+132=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA84 is #4D357B. Grayscale: #BBBBBB. Windows color (decimal): -5059964 or 8702642. OLE color: 8702642.
HSL color Cylindrical-coordinate representation of color #B2CA84: hue angle of 80.57º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2CA84 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 132 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.21 |
| HSL | 80.57º | 0.4% | 0.65% | - |
| HSV(B) | 80.57º | 0.35% | 0.79% | - |
| XYZ | 43.65 | 53.37 | 29.83 | - |
| YUV | 186.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 132 | 0.12 | 0 | 0.35 | 0.21 | 80.57 | 0.4 | 0.65 |
| Hex | B2 | CA | 84 | C | 0 | 23 | 15 | 51 | 28 | 41 |
| Octal | 262 | 312 | 204 | 14 | 0 | 43 | 25 | 121 | 50 | 101 |
| Binary | 10110010 | 11001010 | 10000100 | 1100 | 0 | 100011 | 10101 | 1010001 | 101000 | 1000001 |
Color Harmonies of #B2CA84
Complementary color
Monochromatic Colors of #B2CA84
Black with #B2CA84
Text Example
Text Example
White with #B2CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA84; }
p { color: rgb(178,202,132); }
H1.HeaderClassName
{
color: #B2CA84;
}
.AnyTagClassName
{
color: #B2CA84;
}
</style>
background-color css
<style>
a { background-color: #B2CA84; }
a { background-color: rgb(178,202,132); }
div.DivClassName
{
background-color: #B2CA84;
}
.BgClassName
{
background-color: #B2CA84;
}
</style>
border-color css
<style>
span { border-color: #B2CA84; }
span { border-color: rgb(178,202,132); }
td.TdClassName
{
border-color: #B2CA84;
}
.TagClassName
{
border-color: #B2CA84;
}
</style>