Shades of Caper #B0D182
Tints of Caper #B0D182
RGB
CMYK
RGB Variations
Color information
#B0D182 (or 0xB0D182) is known color: Caper. HEX triplet: B0, D1 and 82. RGB value is (176,209,130). Sum of RGB (Red+Green+Blue) = 176+209+130=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D182 is #4F2E7D. Grayscale: #BEBEBE. Windows color (decimal): -5189246 or 8573360. OLE color: 8573360.
HSL color Cylindrical-coordinate representation of color #B0D182: hue angle of 85.06º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0D182 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 130 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.18 |
| HSL | 85.06º | 0.46% | 0.66% | - |
| HSV(B) | 85.06º | 0.38% | 0.82% | - |
| XYZ | 44.73 | 56.44 | 29.66 | - |
| YUV | 190.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 130 | 0.16 | 0 | 0.38 | 0.18 | 85.06 | 0.46 | 0.66 |
| Hex | B0 | D1 | 82 | 10 | 0 | 26 | 12 | 55 | 2E | 42 |
| Octal | 260 | 321 | 202 | 20 | 0 | 46 | 22 | 125 | 56 | 102 |
| Binary | 10110000 | 11010001 | 10000010 | 10000 | 0 | 100110 | 10010 | 1010101 | 101110 | 1000010 |
Color Harmonies of #B0D182
Complementary color
Monochromatic Colors of #B0D182
Black with #B0D182
Text Example
Text Example
White with #B0D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D182; }
p { color: rgb(176,209,130); }
H1.HeaderClassName
{
color: #B0D182;
}
.AnyTagClassName
{
color: #B0D182;
}
</style>
background-color css
<style>
a { background-color: #B0D182; }
a { background-color: rgb(176,209,130); }
div.DivClassName
{
background-color: #B0D182;
}
.BgClassName
{
background-color: #B0D182;
}
</style>
border-color css
<style>
span { border-color: #B0D182; }
span { border-color: rgb(176,209,130); }
td.TdClassName
{
border-color: #B0D182;
}
.TagClassName
{
border-color: #B0D182;
}
</style>