Shades of Caper #B0D270
Tints of Caper #B0D270
RGB
CMYK
RGB Variations
Color information
#B0D270 (or 0xB0D270) is known color: Caper. HEX triplet: B0, D2 and 70. RGB value is (176,210,112). Sum of RGB (Red+Green+Blue) = 176+210+112=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D270 is #4F2D8F. Grayscale: #BDBDBD. Windows color (decimal): -5189008 or 7393968. OLE color: 7393968.
HSL color Cylindrical-coordinate representation of color #B0D270: hue angle of 80.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0D270 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 112 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.18 |
| HSL | 80.82º | 0.52% | 0.63% | - |
| HSV(B) | 80.82º | 0.47% | 0.82% | - |
| XYZ | 43.88 | 56.49 | 23.92 | - |
| YUV | 188.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 112 | 0.16 | 0 | 0.47 | 0.18 | 80.82 | 0.52 | 0.63 |
| Hex | B0 | D2 | 70 | 10 | 0 | 2F | 12 | 51 | 34 | 3F |
| Octal | 260 | 322 | 160 | 20 | 0 | 57 | 22 | 121 | 64 | 77 |
| Binary | 10110000 | 11010010 | 1110000 | 10000 | 0 | 101111 | 10010 | 1010001 | 110100 | 111111 |
Color Harmonies of #B0D270
Complementary color
Monochromatic Colors of #B0D270
Black with #B0D270
Text Example
Text Example
White with #B0D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D270; }
p { color: rgb(176,210,112); }
H1.HeaderClassName
{
color: #B0D270;
}
.AnyTagClassName
{
color: #B0D270;
}
</style>
background-color css
<style>
a { background-color: #B0D270; }
a { background-color: rgb(176,210,112); }
div.DivClassName
{
background-color: #B0D270;
}
.BgClassName
{
background-color: #B0D270;
}
</style>
border-color css
<style>
span { border-color: #B0D270; }
span { border-color: rgb(176,210,112); }
td.TdClassName
{
border-color: #B0D270;
}
.TagClassName
{
border-color: #B0D270;
}
</style>