Shades of Caper #B0D077
Tints of Caper #B0D077
RGB
CMYK
RGB Variations
Color information
#B0D077 (or 0xB0D077) is known color: Caper. HEX triplet: B0, D0 and 77. RGB value is (176,208,119). Sum of RGB (Red+Green+Blue) = 176+208+119=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D077 is #4F2F88. Grayscale: #BCBCBC. Windows color (decimal): -5189513 or 7852208. OLE color: 7852208.
HSL color Cylindrical-coordinate representation of color #B0D077: hue angle of 81.57º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0D077 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 119 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.18 |
| HSL | 81.57º | 0.49% | 0.64% | - |
| HSV(B) | 81.57º | 0.43% | 0.82% | - |
| XYZ | 43.79 | 55.67 | 25.89 | - |
| YUV | 188.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 119 | 0.15 | 0 | 0.43 | 0.18 | 81.57 | 0.49 | 0.64 |
| Hex | B0 | D0 | 77 | F | 0 | 2B | 12 | 52 | 31 | 40 |
| Octal | 260 | 320 | 167 | 17 | 0 | 53 | 22 | 122 | 61 | 100 |
| Binary | 10110000 | 11010000 | 1110111 | 1111 | 0 | 101011 | 10010 | 1010010 | 110001 | 1000000 |
Color Harmonies of #B0D077
Complementary color
Monochromatic Colors of #B0D077
Black with #B0D077
Text Example
Text Example
White with #B0D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D077; }
p { color: rgb(176,208,119); }
H1.HeaderClassName
{
color: #B0D077;
}
.AnyTagClassName
{
color: #B0D077;
}
</style>
background-color css
<style>
a { background-color: #B0D077; }
a { background-color: rgb(176,208,119); }
div.DivClassName
{
background-color: #B0D077;
}
.BgClassName
{
background-color: #B0D077;
}
</style>
border-color css
<style>
span { border-color: #B0D077; }
span { border-color: rgb(176,208,119); }
td.TdClassName
{
border-color: #B0D077;
}
.TagClassName
{
border-color: #B0D077;
}
</style>