Shades of Caper #B2D171
Tints of Caper #B2D171
RGB
CMYK
RGB Variations
Color information
#B2D171 (or 0xB2D171) is known color: Caper. HEX triplet: B2, D1 and 71. RGB value is (178,209,113). Sum of RGB (Red+Green+Blue) = 178+209+113=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D171 is #4D2E8E. Grayscale: #BDBDBD. Windows color (decimal): -5058191 or 7459250. OLE color: 7459250.
HSL color Cylindrical-coordinate representation of color #B2D171: hue angle of 79.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D171 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 113 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.18 |
| HSL | 79.38º | 0.51% | 0.63% | - |
| HSV(B) | 79.38º | 0.46% | 0.82% | - |
| XYZ | 44.14 | 56.26 | 24.16 | - |
| YUV | 188.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 113 | 0.15 | 0 | 0.46 | 0.18 | 79.38 | 0.51 | 0.63 |
| Hex | B2 | D1 | 71 | F | 0 | 2E | 12 | 4F | 33 | 3F |
| Octal | 262 | 321 | 161 | 17 | 0 | 56 | 22 | 117 | 63 | 77 |
| Binary | 10110010 | 11010001 | 1110001 | 1111 | 0 | 101110 | 10010 | 1001111 | 110011 | 111111 |
Color Harmonies of #B2D171
Complementary color
Monochromatic Colors of #B2D171
Black with #B2D171
Text Example
Text Example
White with #B2D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D171; }
p { color: rgb(178,209,113); }
H1.HeaderClassName
{
color: #B2D171;
}
.AnyTagClassName
{
color: #B2D171;
}
</style>
background-color css
<style>
a { background-color: #B2D171; }
a { background-color: rgb(178,209,113); }
div.DivClassName
{
background-color: #B2D171;
}
.BgClassName
{
background-color: #B2D171;
}
</style>
border-color css
<style>
span { border-color: #B2D171; }
span { border-color: rgb(178,209,113); }
td.TdClassName
{
border-color: #B2D171;
}
.TagClassName
{
border-color: #B2D171;
}
</style>