Shades of Caper #B3D271
Tints of Caper #B3D271
RGB
CMYK
RGB Variations
Color information
#B3D271 (or 0xB3D271) is known color: Caper. HEX triplet: B3, D2 and 71. RGB value is (179,210,113). Sum of RGB (Red+Green+Blue) = 179+210+113=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D271 is #4C2D8E. Grayscale: #BEBEBE. Windows color (decimal): -4992399 or 7459507. OLE color: 7459507.
HSL color Cylindrical-coordinate representation of color #B3D271: hue angle of 79.18º 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 #B3D271 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 113 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.18 |
| HSL | 79.18º | 0.52% | 0.63% | - |
| HSV(B) | 79.18º | 0.46% | 0.82% | - |
| XYZ | 44.62 | 56.87 | 24.25 | - |
| YUV | 189.67 | 84.73 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 113 | 0.15 | 0 | 0.46 | 0.18 | 79.18 | 0.52 | 0.63 |
| Hex | B3 | D2 | 71 | F | 0 | 2E | 12 | 4F | 34 | 3F |
| Octal | 263 | 322 | 161 | 17 | 0 | 56 | 22 | 117 | 64 | 77 |
| Binary | 10110011 | 11010010 | 1110001 | 1111 | 0 | 101110 | 10010 | 1001111 | 110100 | 111111 |
Color Harmonies of #B3D271
Complementary color
Monochromatic Colors of #B3D271
Black with #B3D271
Text Example
Text Example
White with #B3D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D271; }
p { color: rgb(179,210,113); }
H1.HeaderClassName
{
color: #B3D271;
}
.AnyTagClassName
{
color: #B3D271;
}
</style>
background-color css
<style>
a { background-color: #B3D271; }
a { background-color: rgb(179,210,113); }
div.DivClassName
{
background-color: #B3D271;
}
.BgClassName
{
background-color: #B3D271;
}
</style>
border-color css
<style>
span { border-color: #B3D271; }
span { border-color: rgb(179,210,113); }
td.TdClassName
{
border-color: #B3D271;
}
.TagClassName
{
border-color: #B3D271;
}
</style>