Shades of Caper #B0D574
Tints of Caper #B0D574
RGB
CMYK
RGB Variations
Color information
#B0D574 (or 0xB0D574) is known color: Caper. HEX triplet: B0, D5 and 74. RGB value is (176,213,116). Sum of RGB (Red+Green+Blue) = 176+213+116=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D574 is #4F2A8B. Grayscale: #BFBFBF. Windows color (decimal): -5188236 or 7656880. OLE color: 7656880.
HSL color Cylindrical-coordinate representation of color #B0D574: hue angle of 82.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0D574 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 116 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.16 |
| HSL | 82.89º | 0.54% | 0.65% | - |
| HSV(B) | 82.89º | 0.46% | 0.84% | - |
| XYZ | 44.85 | 58.08 | 25.37 | - |
| YUV | 190.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 116 | 0.17 | 0 | 0.46 | 0.16 | 82.89 | 0.54 | 0.65 |
| Hex | B0 | D5 | 74 | 11 | 0 | 2E | 10 | 53 | 36 | 41 |
| Octal | 260 | 325 | 164 | 21 | 0 | 56 | 20 | 123 | 66 | 101 |
| Binary | 10110000 | 11010101 | 1110100 | 10001 | 0 | 101110 | 10000 | 1010011 | 110110 | 1000001 |
Color Harmonies of #B0D574
Complementary color
Monochromatic Colors of #B0D574
Black with #B0D574
Text Example
Text Example
White with #B0D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D574; }
p { color: rgb(176,213,116); }
H1.HeaderClassName
{
color: #B0D574;
}
.AnyTagClassName
{
color: #B0D574;
}
</style>
background-color css
<style>
a { background-color: #B0D574; }
a { background-color: rgb(176,213,116); }
div.DivClassName
{
background-color: #B0D574;
}
.BgClassName
{
background-color: #B0D574;
}
</style>
border-color css
<style>
span { border-color: #B0D574; }
span { border-color: rgb(176,213,116); }
td.TdClassName
{
border-color: #B0D574;
}
.TagClassName
{
border-color: #B0D574;
}
</style>