Shades of Caper #B2D271
Tints of Caper #B2D271
RGB
CMYK
RGB Variations
Color information
#B2D271 (or 0xB2D271) is known color: Caper. HEX triplet: B2, D2 and 71. RGB value is (178,210,113). Sum of RGB (Red+Green+Blue) = 178+210+113=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D271 is #4D2D8E. Grayscale: #BDBDBD. Windows color (decimal): -5057935 or 7459506. OLE color: 7459506.
HSL color Cylindrical-coordinate representation of color #B2D271: hue angle of 79.79º degrees, saturation: 0.52, 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 #B2D271 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 113 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.18 |
| HSL | 79.79º | 0.52% | 0.63% | - |
| HSV(B) | 79.79º | 0.46% | 0.82% | - |
| XYZ | 44.39 | 56.75 | 24.24 | - |
| YUV | 189.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 113 | 0.15 | 0 | 0.46 | 0.18 | 79.79 | 0.52 | 0.63 |
| Hex | B2 | D2 | 71 | F | 0 | 2E | 12 | 50 | 34 | 3F |
| Octal | 262 | 322 | 161 | 17 | 0 | 56 | 22 | 120 | 64 | 77 |
| Binary | 10110010 | 11010010 | 1110001 | 1111 | 0 | 101110 | 10010 | 1010000 | 110100 | 111111 |
Color Harmonies of #B2D271
Complementary color
Monochromatic Colors of #B2D271
Black with #B2D271
Text Example
Text Example
White with #B2D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D271; }
p { color: rgb(178,210,113); }
H1.HeaderClassName
{
color: #B2D271;
}
.AnyTagClassName
{
color: #B2D271;
}
</style>
background-color css
<style>
a { background-color: #B2D271; }
a { background-color: rgb(178,210,113); }
div.DivClassName
{
background-color: #B2D271;
}
.BgClassName
{
background-color: #B2D271;
}
</style>
border-color css
<style>
span { border-color: #B2D271; }
span { border-color: rgb(178,210,113); }
td.TdClassName
{
border-color: #B2D271;
}
.TagClassName
{
border-color: #B2D271;
}
</style>