Shades of Caper #B3CA76
Tints of Caper #B3CA76
RGB
CMYK
RGB Variations
Color information
#B3CA76 (or 0xB3CA76) is known color: Caper. HEX triplet: B3, CA and 76. RGB value is (179,202,118). Sum of RGB (Red+Green+Blue) = 179+202+118=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA76 is #4C3589. Grayscale: #B9B9B9. Windows color (decimal): -4994442 or 7785139. OLE color: 7785139.
HSL color Cylindrical-coordinate representation of color #B3CA76: hue angle of 76.43º 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 #B3CA76 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 118 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.21 |
| HSL | 76.43º | 0.44% | 0.63% | - |
| HSV(B) | 76.43º | 0.42% | 0.79% | - |
| XYZ | 42.98 | 53.13 | 25.13 | - |
| YUV | 185.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 118 | 0.11 | 0 | 0.42 | 0.21 | 76.43 | 0.44 | 0.63 |
| Hex | B3 | CA | 76 | B | 0 | 2A | 15 | 4C | 2C | 3F |
| Octal | 263 | 312 | 166 | 13 | 0 | 52 | 25 | 114 | 54 | 77 |
| Binary | 10110011 | 11001010 | 1110110 | 1011 | 0 | 101010 | 10101 | 1001100 | 101100 | 111111 |
Color Harmonies of #B3CA76
Complementary color
Monochromatic Colors of #B3CA76
Black with #B3CA76
Text Example
Text Example
White with #B3CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA76; }
p { color: rgb(179,202,118); }
H1.HeaderClassName
{
color: #B3CA76;
}
.AnyTagClassName
{
color: #B3CA76;
}
</style>
background-color css
<style>
a { background-color: #B3CA76; }
a { background-color: rgb(179,202,118); }
div.DivClassName
{
background-color: #B3CA76;
}
.BgClassName
{
background-color: #B3CA76;
}
</style>
border-color css
<style>
span { border-color: #B3CA76; }
span { border-color: rgb(179,202,118); }
td.TdClassName
{
border-color: #B3CA76;
}
.TagClassName
{
border-color: #B3CA76;
}
</style>