Shades of Caper #B5D084
Tints of Caper #B5D084
RGB
CMYK
RGB Variations
Color information
#B5D084 (or 0xB5D084) is known color: Caper. HEX triplet: B5, D0 and 84. RGB value is (181,208,132). Sum of RGB (Red+Green+Blue) = 181+208+132=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D084 is #4A2F7B. Grayscale: #BFBFBF. Windows color (decimal): -4861820 or 8704181. OLE color: 8704181.
HSL color Cylindrical-coordinate representation of color #B5D084: hue angle of 81.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5D084 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 132 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.18 |
| HSL | 81.32º | 0.45% | 0.67% | - |
| HSV(B) | 81.32º | 0.37% | 0.82% | - |
| XYZ | 45.78 | 56.6 | 30.34 | - |
| YUV | 191.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 132 | 0.13 | 0 | 0.37 | 0.18 | 81.32 | 0.45 | 0.67 |
| Hex | B5 | D0 | 84 | D | 0 | 25 | 12 | 51 | 2D | 43 |
| Octal | 265 | 320 | 204 | 15 | 0 | 45 | 22 | 121 | 55 | 103 |
| Binary | 10110101 | 11010000 | 10000100 | 1101 | 0 | 100101 | 10010 | 1010001 | 101101 | 1000011 |
Color Harmonies of #B5D084
Complementary color
Monochromatic Colors of #B5D084
Black with #B5D084
Text Example
Text Example
White with #B5D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D084; }
p { color: rgb(181,208,132); }
H1.HeaderClassName
{
color: #B5D084;
}
.AnyTagClassName
{
color: #B5D084;
}
</style>
background-color css
<style>
a { background-color: #B5D084; }
a { background-color: rgb(181,208,132); }
div.DivClassName
{
background-color: #B5D084;
}
.BgClassName
{
background-color: #B5D084;
}
</style>
border-color css
<style>
span { border-color: #B5D084; }
span { border-color: rgb(181,208,132); }
td.TdClassName
{
border-color: #B5D084;
}
.TagClassName
{
border-color: #B5D084;
}
</style>