Shades of Caper #B2CA81
Tints of Caper #B2CA81
RGB
CMYK
RGB Variations
Color information
#B2CA81 (or 0xB2CA81) is known color: Caper. HEX triplet: B2, CA and 81. RGB value is (178,202,129). Sum of RGB (Red+Green+Blue) = 178+202+129=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA81 is #4D357E. Grayscale: #BABABA. Windows color (decimal): -5059967 or 8506034. OLE color: 8506034.
HSL color Cylindrical-coordinate representation of color #B2CA81: hue angle of 79.73º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2CA81 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 129 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.21 |
| HSL | 79.73º | 0.41% | 0.65% | - |
| HSV(B) | 79.73º | 0.36% | 0.79% | - |
| XYZ | 43.44 | 53.29 | 28.77 | - |
| YUV | 186.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 129 | 0.12 | 0 | 0.36 | 0.21 | 79.73 | 0.41 | 0.65 |
| Hex | B2 | CA | 81 | C | 0 | 24 | 15 | 50 | 29 | 41 |
| Octal | 262 | 312 | 201 | 14 | 0 | 44 | 25 | 120 | 51 | 101 |
| Binary | 10110010 | 11001010 | 10000001 | 1100 | 0 | 100100 | 10101 | 1010000 | 101001 | 1000001 |
Color Harmonies of #B2CA81
Complementary color
Monochromatic Colors of #B2CA81
Black with #B2CA81
Text Example
Text Example
White with #B2CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA81; }
p { color: rgb(178,202,129); }
H1.HeaderClassName
{
color: #B2CA81;
}
.AnyTagClassName
{
color: #B2CA81;
}
</style>
background-color css
<style>
a { background-color: #B2CA81; }
a { background-color: rgb(178,202,129); }
div.DivClassName
{
background-color: #B2CA81;
}
.BgClassName
{
background-color: #B2CA81;
}
</style>
border-color css
<style>
span { border-color: #B2CA81; }
span { border-color: rgb(178,202,129); }
td.TdClassName
{
border-color: #B2CA81;
}
.TagClassName
{
border-color: #B2CA81;
}
</style>