Shades of Caper #B2D07C
Tints of Caper #B2D07C
RGB
CMYK
RGB Variations
Color information
#B2D07C (or 0xB2D07C) is known color: Caper. HEX triplet: B2, D0 and 7C. RGB value is (178,208,124). Sum of RGB (Red+Green+Blue) = 178+208+124=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07C is #4D2F83. Grayscale: #BDBDBD. Windows color (decimal): -5058436 or 8179890. OLE color: 8179890.
HSL color Cylindrical-coordinate representation of color #B2D07C: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D07C is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 124 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.18 |
| HSL | 81.43º | 0.47% | 0.65% | - |
| HSV(B) | 81.43º | 0.4% | 0.82% | - |
| XYZ | 44.55 | 56.03 | 27.54 | - |
| YUV | 189.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 124 | 0.14 | 0 | 0.40 | 0.18 | 81.43 | 0.47 | 0.65 |
| Hex | B2 | D0 | 7C | E | 0 | 28 | 12 | 51 | 2F | 41 |
| Octal | 262 | 320 | 174 | 16 | 0 | 50 | 22 | 121 | 57 | 101 |
| Binary | 10110010 | 11010000 | 1111100 | 1110 | 0 | 101000 | 10010 | 1010001 | 101111 | 1000001 |
Color Harmonies of #B2D07C
Complementary color
Monochromatic Colors of #B2D07C
Black with #B2D07C
Text Example
Text Example
White with #B2D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D07C; }
p { color: rgb(178,208,124); }
H1.HeaderClassName
{
color: #B2D07C;
}
.AnyTagClassName
{
color: #B2D07C;
}
</style>
background-color css
<style>
a { background-color: #B2D07C; }
a { background-color: rgb(178,208,124); }
div.DivClassName
{
background-color: #B2D07C;
}
.BgClassName
{
background-color: #B2D07C;
}
</style>
border-color css
<style>
span { border-color: #B2D07C; }
span { border-color: rgb(178,208,124); }
td.TdClassName
{
border-color: #B2D07C;
}
.TagClassName
{
border-color: #B2D07C;
}
</style>