Shades of Caper #B2D07E
Tints of Caper #B2D07E
RGB
CMYK
RGB Variations
Color information
#B2D07E (or 0xB2D07E) is known color: Caper. HEX triplet: B2, D0 and 7E. RGB value is (178,208,126). Sum of RGB (Red+Green+Blue) = 178+208+126=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07E is #4D2F81. Grayscale: #BDBDBD. Windows color (decimal): -5058434 or 8310962. OLE color: 8310962.
HSL color Cylindrical-coordinate representation of color #B2D07E: hue angle of 81.95º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D07E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 126 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.18 |
| HSL | 81.95º | 0.47% | 0.65% | - |
| HSV(B) | 81.95º | 0.39% | 0.82% | - |
| XYZ | 44.68 | 56.08 | 28.21 | - |
| YUV | 189.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 126 | 0.14 | 0 | 0.39 | 0.18 | 81.95 | 0.47 | 0.65 |
| Hex | B2 | D0 | 7E | E | 0 | 27 | 12 | 52 | 2F | 41 |
| Octal | 262 | 320 | 176 | 16 | 0 | 47 | 22 | 122 | 57 | 101 |
| Binary | 10110010 | 11010000 | 1111110 | 1110 | 0 | 100111 | 10010 | 1010010 | 101111 | 1000001 |
Color Harmonies of #B2D07E
Complementary color
Monochromatic Colors of #B2D07E
Black with #B2D07E
Text Example
Text Example
White with #B2D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D07E; }
p { color: rgb(178,208,126); }
H1.HeaderClassName
{
color: #B2D07E;
}
.AnyTagClassName
{
color: #B2D07E;
}
</style>
background-color css
<style>
a { background-color: #B2D07E; }
a { background-color: rgb(178,208,126); }
div.DivClassName
{
background-color: #B2D07E;
}
.BgClassName
{
background-color: #B2D07E;
}
</style>
border-color css
<style>
span { border-color: #B2D07E; }
span { border-color: rgb(178,208,126); }
td.TdClassName
{
border-color: #B2D07E;
}
.TagClassName
{
border-color: #B2D07E;
}
</style>