Shades of Caper #B2D27C
Tints of Caper #B2D27C
RGB
CMYK
RGB Variations
Color information
#B2D27C (or 0xB2D27C) is known color: Caper. HEX triplet: B2, D2 and 7C. RGB value is (178,210,124). Sum of RGB (Red+Green+Blue) = 178+210+124=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D27C is #4D2D83. Grayscale: #BEBEBE. Windows color (decimal): -5057924 or 8180402. OLE color: 8180402.
HSL color Cylindrical-coordinate representation of color #B2D27C: hue angle of 82.33º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D27C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 124 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.18 |
| HSL | 82.33º | 0.49% | 0.65% | - |
| HSV(B) | 82.33º | 0.41% | 0.82% | - |
| XYZ | 45.04 | 57.01 | 27.7 | - |
| YUV | 190.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 124 | 0.15 | 0 | 0.41 | 0.18 | 82.33 | 0.49 | 0.65 |
| Hex | B2 | D2 | 7C | F | 0 | 29 | 12 | 52 | 31 | 41 |
| Octal | 262 | 322 | 174 | 17 | 0 | 51 | 22 | 122 | 61 | 101 |
| Binary | 10110010 | 11010010 | 1111100 | 1111 | 0 | 101001 | 10010 | 1010010 | 110001 | 1000001 |
Color Harmonies of #B2D27C
Complementary color
Monochromatic Colors of #B2D27C
Black with #B2D27C
Text Example
Text Example
White with #B2D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D27C; }
p { color: rgb(178,210,124); }
H1.HeaderClassName
{
color: #B2D27C;
}
.AnyTagClassName
{
color: #B2D27C;
}
</style>
background-color css
<style>
a { background-color: #B2D27C; }
a { background-color: rgb(178,210,124); }
div.DivClassName
{
background-color: #B2D27C;
}
.BgClassName
{
background-color: #B2D27C;
}
</style>
border-color css
<style>
span { border-color: #B2D27C; }
span { border-color: rgb(178,210,124); }
td.TdClassName
{
border-color: #B2D27C;
}
.TagClassName
{
border-color: #B2D27C;
}
</style>