Shades of Caper #B2D07F
Tints of Caper #B2D07F
RGB
CMYK
RGB Variations
Color information
#B2D07F (or 0xB2D07F) is known color: Caper. HEX triplet: B2, D0 and 7F. RGB value is (178,208,127). Sum of RGB (Red+Green+Blue) = 178+208+127=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07F is #4D2F80. Grayscale: #BEBEBE. Windows color (decimal): -5058433 or 8376498. OLE color: 8376498.
HSL color Cylindrical-coordinate representation of color #B2D07F: hue angle of 82.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D07F is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 127 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.18 |
| HSL | 82.22º | 0.46% | 0.66% | - |
| HSV(B) | 82.22º | 0.39% | 0.82% | - |
| XYZ | 44.75 | 56.11 | 28.55 | - |
| YUV | 189.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 127 | 0.14 | 0 | 0.39 | 0.18 | 82.22 | 0.46 | 0.66 |
| Hex | B2 | D0 | 7F | E | 0 | 27 | 12 | 52 | 2E | 42 |
| Octal | 262 | 320 | 177 | 16 | 0 | 47 | 22 | 122 | 56 | 102 |
| Binary | 10110010 | 11010000 | 1111111 | 1110 | 0 | 100111 | 10010 | 1010010 | 101110 | 1000010 |
Color Harmonies of #B2D07F
Complementary color
Monochromatic Colors of #B2D07F
Black with #B2D07F
Text Example
Text Example
White with #B2D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D07F; }
p { color: rgb(178,208,127); }
H1.HeaderClassName
{
color: #B2D07F;
}
.AnyTagClassName
{
color: #B2D07F;
}
</style>
background-color css
<style>
a { background-color: #B2D07F; }
a { background-color: rgb(178,208,127); }
div.DivClassName
{
background-color: #B2D07F;
}
.BgClassName
{
background-color: #B2D07F;
}
</style>
border-color css
<style>
span { border-color: #B2D07F; }
span { border-color: rgb(178,208,127); }
td.TdClassName
{
border-color: #B2D07F;
}
.TagClassName
{
border-color: #B2D07F;
}
</style>