Shades of Caper #B2D079
Tints of Caper #B2D079
RGB
CMYK
RGB Variations
Color information
#B2D079 (or 0xB2D079) is known color: Caper. HEX triplet: B2, D0 and 79. RGB value is (178,208,121). Sum of RGB (Red+Green+Blue) = 178+208+121=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D079 is #4D2F86. Grayscale: #BDBDBD. Windows color (decimal): -5058439 or 7983282. OLE color: 7983282.
HSL color Cylindrical-coordinate representation of color #B2D079: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D079 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 121 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.18 |
| HSL | 80.69º | 0.48% | 0.65% | - |
| HSV(B) | 80.69º | 0.42% | 0.82% | - |
| XYZ | 44.37 | 55.96 | 26.55 | - |
| YUV | 189.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 121 | 0.14 | 0 | 0.42 | 0.18 | 80.69 | 0.48 | 0.65 |
| Hex | B2 | D0 | 79 | E | 0 | 2A | 12 | 51 | 30 | 41 |
| Octal | 262 | 320 | 171 | 16 | 0 | 52 | 22 | 121 | 60 | 101 |
| Binary | 10110010 | 11010000 | 1111001 | 1110 | 0 | 101010 | 10010 | 1010001 | 110000 | 1000001 |
Color Harmonies of #B2D079
Complementary color
Monochromatic Colors of #B2D079
Black with #B2D079
Text Example
Text Example
White with #B2D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D079; }
p { color: rgb(178,208,121); }
H1.HeaderClassName
{
color: #B2D079;
}
.AnyTagClassName
{
color: #B2D079;
}
</style>
background-color css
<style>
a { background-color: #B2D079; }
a { background-color: rgb(178,208,121); }
div.DivClassName
{
background-color: #B2D079;
}
.BgClassName
{
background-color: #B2D079;
}
</style>
border-color css
<style>
span { border-color: #B2D079; }
span { border-color: rgb(178,208,121); }
td.TdClassName
{
border-color: #B2D079;
}
.TagClassName
{
border-color: #B2D079;
}
</style>