Shades of Caper #B3D576
Tints of Caper #B3D576
RGB
CMYK
RGB Variations
Color information
#B3D576 (or 0xB3D576) is known color: Caper. HEX triplet: B3, D5 and 76. RGB value is (179,213,118). Sum of RGB (Red+Green+Blue) = 179+213+118=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D576 is #4C2A89. Grayscale: #C0C0C0. Windows color (decimal): -4991626 or 7787955. OLE color: 7787955.
HSL color Cylindrical-coordinate representation of color #B3D576: hue angle of 81.47º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3D576 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 118 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.16 |
| HSL | 81.47º | 0.53% | 0.65% | - |
| HSV(B) | 81.47º | 0.45% | 0.84% | - |
| XYZ | 45.65 | 58.48 | 26.02 | - |
| YUV | 192 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 118 | 0.16 | 0 | 0.45 | 0.16 | 81.47 | 0.53 | 0.65 |
| Hex | B3 | D5 | 76 | 10 | 0 | 2D | 10 | 51 | 35 | 41 |
| Octal | 263 | 325 | 166 | 20 | 0 | 55 | 20 | 121 | 65 | 101 |
| Binary | 10110011 | 11010101 | 1110110 | 10000 | 0 | 101101 | 10000 | 1010001 | 110101 | 1000001 |
Color Harmonies of #B3D576
Complementary color
Monochromatic Colors of #B3D576
Black with #B3D576
Text Example
Text Example
White with #B3D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D576; }
p { color: rgb(179,213,118); }
H1.HeaderClassName
{
color: #B3D576;
}
.AnyTagClassName
{
color: #B3D576;
}
</style>
background-color css
<style>
a { background-color: #B3D576; }
a { background-color: rgb(179,213,118); }
div.DivClassName
{
background-color: #B3D576;
}
.BgClassName
{
background-color: #B3D576;
}
</style>
border-color css
<style>
span { border-color: #B3D576; }
span { border-color: rgb(179,213,118); }
td.TdClassName
{
border-color: #B3D576;
}
.TagClassName
{
border-color: #B3D576;
}
</style>