Shades of Caper #B2D27E
Tints of Caper #B2D27E
RGB
CMYK
RGB Variations
Color information
#B2D27E (or 0xB2D27E) is known color: Caper. HEX triplet: B2, D2 and 7E. RGB value is (178,210,126). Sum of RGB (Red+Green+Blue) = 178+210+126=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D27E is #4D2D81. Grayscale: #BFBFBF. Windows color (decimal): -5057922 or 8311474. OLE color: 8311474.
HSL color Cylindrical-coordinate representation of color #B2D27E: hue angle of 82.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D27E is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 126 | - |
| CMYK | 0.15 | 0 | 0.4 | 0.18 |
| HSL | 82.86º | 0.48% | 0.66% | - |
| HSV(B) | 82.86º | 0.4% | 0.82% | - |
| XYZ | 45.17 | 57.06 | 28.37 | - |
| YUV | 190.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 126 | 0.15 | 0 | 0.4 | 0.18 | 82.86 | 0.48 | 0.66 |
| Hex | B2 | D2 | 7E | F | 0 | 28 | 12 | 53 | 30 | 42 |
| Octal | 262 | 322 | 176 | 17 | 0 | 50 | 22 | 123 | 60 | 102 |
| Binary | 10110010 | 11010010 | 1111110 | 1111 | 0 | 101000 | 10010 | 1010011 | 110000 | 1000010 |
Color Harmonies of #B2D27E
Complementary color
Monochromatic Colors of #B2D27E
Black with #B2D27E
Text Example
Text Example
White with #B2D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D27E; }
p { color: rgb(178,210,126); }
H1.HeaderClassName
{
color: #B2D27E;
}
.AnyTagClassName
{
color: #B2D27E;
}
</style>
background-color css
<style>
a { background-color: #B2D27E; }
a { background-color: rgb(178,210,126); }
div.DivClassName
{
background-color: #B2D27E;
}
.BgClassName
{
background-color: #B2D27E;
}
</style>
border-color css
<style>
span { border-color: #B2D27E; }
span { border-color: rgb(178,210,126); }
td.TdClassName
{
border-color: #B2D27E;
}
.TagClassName
{
border-color: #B2D27E;
}
</style>