Shades of Caper #B2D37C
Tints of Caper #B2D37C
RGB
CMYK
RGB Variations
Color information
#B2D37C (or 0xB2D37C) is known color: Caper. HEX triplet: B2, D3 and 7C. RGB value is (178,211,124). Sum of RGB (Red+Green+Blue) = 178+211+124=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D37C is #4D2C83. Grayscale: #BFBFBF. Windows color (decimal): -5057668 or 8180658. OLE color: 8180658.
HSL color Cylindrical-coordinate representation of color #B2D37C: hue angle of 82.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D37C is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 124 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.17 |
| HSL | 82.76º | 0.5% | 0.66% | - |
| HSV(B) | 82.76º | 0.41% | 0.83% | - |
| XYZ | 45.29 | 57.51 | 27.78 | - |
| YUV | 191.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 124 | 0.16 | 0 | 0.41 | 0.17 | 82.76 | 0.5 | 0.66 |
| Hex | B2 | D3 | 7C | 10 | 0 | 29 | 11 | 53 | 32 | 42 |
| Octal | 262 | 323 | 174 | 20 | 0 | 51 | 21 | 123 | 62 | 102 |
| Binary | 10110010 | 11010011 | 1111100 | 10000 | 0 | 101001 | 10001 | 1010011 | 110010 | 1000010 |
Color Harmonies of #B2D37C
Complementary color
Monochromatic Colors of #B2D37C
Black with #B2D37C
Text Example
Text Example
White with #B2D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D37C; }
p { color: rgb(178,211,124); }
H1.HeaderClassName
{
color: #B2D37C;
}
.AnyTagClassName
{
color: #B2D37C;
}
</style>
background-color css
<style>
a { background-color: #B2D37C; }
a { background-color: rgb(178,211,124); }
div.DivClassName
{
background-color: #B2D37C;
}
.BgClassName
{
background-color: #B2D37C;
}
</style>
border-color css
<style>
span { border-color: #B2D37C; }
span { border-color: rgb(178,211,124); }
td.TdClassName
{
border-color: #B2D37C;
}
.TagClassName
{
border-color: #B2D37C;
}
</style>