Shades of Caper #B8D282
Tints of Caper #B8D282
RGB
CMYK
RGB Variations
Color information
#B8D282 (or 0xB8D282) is known color: Caper. HEX triplet: B8, D2 and 82. RGB value is (184,210,130). Sum of RGB (Red+Green+Blue) = 184+210+130=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D282 is #472D7D. Grayscale: #C1C1C1. Windows color (decimal): -4664702 or 8573624. OLE color: 8573624.
HSL color Cylindrical-coordinate representation of color #B8D282: hue angle of 79.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8D282 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 130 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.18 |
| HSL | 79.5º | 0.47% | 0.67% | - |
| HSV(B) | 79.5º | 0.38% | 0.82% | - |
| XYZ | 46.84 | 57.9 | 29.83 | - |
| YUV | 193.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 130 | 0.12 | 0 | 0.38 | 0.18 | 79.5 | 0.47 | 0.67 |
| Hex | B8 | D2 | 82 | C | 0 | 26 | 12 | 50 | 2F | 43 |
| Octal | 270 | 322 | 202 | 14 | 0 | 46 | 22 | 120 | 57 | 103 |
| Binary | 10111000 | 11010010 | 10000010 | 1100 | 0 | 100110 | 10010 | 1010000 | 101111 | 1000011 |
Color Harmonies of #B8D282
Complementary color
Monochromatic Colors of #B8D282
Black with #B8D282
Text Example
Text Example
White with #B8D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D282; }
p { color: rgb(184,210,130); }
H1.HeaderClassName
{
color: #B8D282;
}
.AnyTagClassName
{
color: #B8D282;
}
</style>
background-color css
<style>
a { background-color: #B8D282; }
a { background-color: rgb(184,210,130); }
div.DivClassName
{
background-color: #B8D282;
}
.BgClassName
{
background-color: #B8D282;
}
</style>
border-color css
<style>
span { border-color: #B8D282; }
span { border-color: rgb(184,210,130); }
td.TdClassName
{
border-color: #B8D282;
}
.TagClassName
{
border-color: #B8D282;
}
</style>