Shades of Caper #B5D184
Tints of Caper #B5D184
RGB
CMYK
RGB Variations
Color information
#B5D184 (or 0xB5D184) is known color: Caper. HEX triplet: B5, D1 and 84. RGB value is (181,209,132). Sum of RGB (Red+Green+Blue) = 181+209+132=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D184 is #4A2E7B. Grayscale: #C0C0C0. Windows color (decimal): -4861564 or 8704437. OLE color: 8704437.
HSL color Cylindrical-coordinate representation of color #B5D184: hue angle of 81.82º degrees, saturation: 0.46, 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 #B5D184 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 132 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.18 |
| HSL | 81.82º | 0.46% | 0.67% | - |
| HSV(B) | 81.82º | 0.37% | 0.82% | - |
| XYZ | 46.02 | 57.09 | 30.42 | - |
| YUV | 191.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 132 | 0.13 | 0 | 0.37 | 0.18 | 81.82 | 0.46 | 0.67 |
| Hex | B5 | D1 | 84 | D | 0 | 25 | 12 | 52 | 2E | 43 |
| Octal | 265 | 321 | 204 | 15 | 0 | 45 | 22 | 122 | 56 | 103 |
| Binary | 10110101 | 11010001 | 10000100 | 1101 | 0 | 100101 | 10010 | 1010010 | 101110 | 1000011 |
Color Harmonies of #B5D184
Complementary color
Monochromatic Colors of #B5D184
Black with #B5D184
Text Example
Text Example
White with #B5D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D184; }
p { color: rgb(181,209,132); }
H1.HeaderClassName
{
color: #B5D184;
}
.AnyTagClassName
{
color: #B5D184;
}
</style>
background-color css
<style>
a { background-color: #B5D184; }
a { background-color: rgb(181,209,132); }
div.DivClassName
{
background-color: #B5D184;
}
.BgClassName
{
background-color: #B5D184;
}
</style>
border-color css
<style>
span { border-color: #B5D184; }
span { border-color: rgb(181,209,132); }
td.TdClassName
{
border-color: #B5D184;
}
.TagClassName
{
border-color: #B5D184;
}
</style>