Shades of Caper #B3C476
Tints of Caper #B3C476
RGB
CMYK
RGB Variations
Color information
#B3C476 (or 0xB3C476) is known color: Caper. HEX triplet: B3, C4 and 76. RGB value is (179,196,118). Sum of RGB (Red+Green+Blue) = 179+196+118=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C476 is #4C3B89. Grayscale: #B6B6B6. Windows color (decimal): -4995978 or 7783603. OLE color: 7783603.
HSL color Cylindrical-coordinate representation of color #B3C476: hue angle of 73.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3C476 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 118 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.23 |
| HSL | 73.08º | 0.4% | 0.62% | - |
| HSV(B) | 73.08º | 0.4% | 0.77% | - |
| XYZ | 41.6 | 50.37 | 24.67 | - |
| YUV | 182.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 118 | 0.09 | 0 | 0.40 | 0.23 | 73.08 | 0.4 | 0.62 |
| Hex | B3 | C4 | 76 | 9 | 0 | 28 | 17 | 49 | 28 | 3E |
| Octal | 263 | 304 | 166 | 11 | 0 | 50 | 27 | 111 | 50 | 76 |
| Binary | 10110011 | 11000100 | 1110110 | 1001 | 0 | 101000 | 10111 | 1001001 | 101000 | 111110 |
Color Harmonies of #B3C476
Complementary color
Monochromatic Colors of #B3C476
Black with #B3C476
Text Example
Text Example
White with #B3C476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C476; }
p { color: rgb(179,196,118); }
H1.HeaderClassName
{
color: #B3C476;
}
.AnyTagClassName
{
color: #B3C476;
}
</style>
background-color css
<style>
a { background-color: #B3C476; }
a { background-color: rgb(179,196,118); }
div.DivClassName
{
background-color: #B3C476;
}
.BgClassName
{
background-color: #B3C476;
}
</style>
border-color css
<style>
span { border-color: #B3C476; }
span { border-color: rgb(179,196,118); }
td.TdClassName
{
border-color: #B3C476;
}
.TagClassName
{
border-color: #B3C476;
}
</style>