Shades of Caper #B2D46F
Tints of Caper #B2D46F
RGB
CMYK
RGB Variations
Color information
#B2D46F (or 0xB2D46F) is known color: Caper. HEX triplet: B2, D4 and 6F. RGB value is (178,212,111). Sum of RGB (Red+Green+Blue) = 178+212+111=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D46F is #4D2B90. Grayscale: #BEBEBE. Windows color (decimal): -5057425 or 7328946. OLE color: 7328946.
HSL color Cylindrical-coordinate representation of color #B2D46F: hue angle of 80.2º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2D46F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 111 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.17 |
| HSL | 80.2º | 0.54% | 0.63% | - |
| HSV(B) | 80.2º | 0.48% | 0.83% | - |
| XYZ | 44.77 | 57.7 | 23.82 | - |
| YUV | 190.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 111 | 0.16 | 0 | 0.48 | 0.17 | 80.2 | 0.54 | 0.63 |
| Hex | B2 | D4 | 6F | 10 | 0 | 30 | 11 | 50 | 36 | 3F |
| Octal | 262 | 324 | 157 | 20 | 0 | 60 | 21 | 120 | 66 | 77 |
| Binary | 10110010 | 11010100 | 1101111 | 10000 | 0 | 110000 | 10001 | 1010000 | 110110 | 111111 |
Color Harmonies of #B2D46F
Complementary color
Monochromatic Colors of #B2D46F
Black with #B2D46F
Text Example
Text Example
White with #B2D46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D46F; }
p { color: rgb(178,212,111); }
H1.HeaderClassName
{
color: #B2D46F;
}
.AnyTagClassName
{
color: #B2D46F;
}
</style>
background-color css
<style>
a { background-color: #B2D46F; }
a { background-color: rgb(178,212,111); }
div.DivClassName
{
background-color: #B2D46F;
}
.BgClassName
{
background-color: #B2D46F;
}
</style>
border-color css
<style>
span { border-color: #B2D46F; }
span { border-color: rgb(178,212,111); }
td.TdClassName
{
border-color: #B2D46F;
}
.TagClassName
{
border-color: #B2D46F;
}
</style>