Shades of Caper #B2CA76
Tints of Caper #B2CA76
RGB
CMYK
RGB Variations
Color information
#B2CA76 (or 0xB2CA76) is known color: Caper. HEX triplet: B2, CA and 76. RGB value is (178,202,118). Sum of RGB (Red+Green+Blue) = 178+202+118=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA76 is #4D3589. Grayscale: #B9B9B9. Windows color (decimal): -5059978 or 7785138. OLE color: 7785138.
HSL color Cylindrical-coordinate representation of color #B2CA76: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2CA76 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 118 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.21 |
| HSL | 77.14º | 0.44% | 0.63% | - |
| HSV(B) | 77.14º | 0.42% | 0.79% | - |
| XYZ | 42.75 | 53.01 | 25.12 | - |
| YUV | 185.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 118 | 0.12 | 0 | 0.42 | 0.21 | 77.14 | 0.44 | 0.63 |
| Hex | B2 | CA | 76 | C | 0 | 2A | 15 | 4D | 2C | 3F |
| Octal | 262 | 312 | 166 | 14 | 0 | 52 | 25 | 115 | 54 | 77 |
| Binary | 10110010 | 11001010 | 1110110 | 1100 | 0 | 101010 | 10101 | 1001101 | 101100 | 111111 |
Color Harmonies of #B2CA76
Complementary color
Monochromatic Colors of #B2CA76
Black with #B2CA76
Text Example
Text Example
White with #B2CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA76; }
p { color: rgb(178,202,118); }
H1.HeaderClassName
{
color: #B2CA76;
}
.AnyTagClassName
{
color: #B2CA76;
}
</style>
background-color css
<style>
a { background-color: #B2CA76; }
a { background-color: rgb(178,202,118); }
div.DivClassName
{
background-color: #B2CA76;
}
.BgClassName
{
background-color: #B2CA76;
}
</style>
border-color css
<style>
span { border-color: #B2CA76; }
span { border-color: rgb(178,202,118); }
td.TdClassName
{
border-color: #B2CA76;
}
.TagClassName
{
border-color: #B2CA76;
}
</style>