Shades of Caper #B0D079
Tints of Caper #B0D079
RGB
CMYK
RGB Variations
Color information
#B0D079 (or 0xB0D079) is known color: Caper. HEX triplet: B0, D0 and 79. RGB value is (176,208,121). Sum of RGB (Red+Green+Blue) = 176+208+121=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D079 is #4F2F86. Grayscale: #BCBCBC. Windows color (decimal): -5189511 or 7983280. OLE color: 7983280.
HSL color Cylindrical-coordinate representation of color #B0D079: hue angle of 82.07º 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 #B0D079 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 121 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.18 |
| HSL | 82.07º | 0.48% | 0.65% | - |
| HSV(B) | 82.07º | 0.42% | 0.82% | - |
| XYZ | 43.91 | 55.72 | 26.53 | - |
| YUV | 188.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 121 | 0.15 | 0 | 0.42 | 0.18 | 82.07 | 0.48 | 0.65 |
| Hex | B0 | D0 | 79 | F | 0 | 2A | 12 | 52 | 30 | 41 |
| Octal | 260 | 320 | 171 | 17 | 0 | 52 | 22 | 122 | 60 | 101 |
| Binary | 10110000 | 11010000 | 1111001 | 1111 | 0 | 101010 | 10010 | 1010010 | 110000 | 1000001 |
Color Harmonies of #B0D079
Complementary color
Monochromatic Colors of #B0D079
Black with #B0D079
Text Example
Text Example
White with #B0D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D079; }
p { color: rgb(176,208,121); }
H1.HeaderClassName
{
color: #B0D079;
}
.AnyTagClassName
{
color: #B0D079;
}
</style>
background-color css
<style>
a { background-color: #B0D079; }
a { background-color: rgb(176,208,121); }
div.DivClassName
{
background-color: #B0D079;
}
.BgClassName
{
background-color: #B0D079;
}
</style>
border-color css
<style>
span { border-color: #B0D079; }
span { border-color: rgb(176,208,121); }
td.TdClassName
{
border-color: #B0D079;
}
.TagClassName
{
border-color: #B0D079;
}
</style>