Shades of Caper #B7D581
Tints of Caper #B7D581
RGB
CMYK
RGB Variations
Color information
#B7D581 (or 0xB7D581) is known color: Caper. HEX triplet: B7, D5 and 81. RGB value is (183,213,129). Sum of RGB (Red+Green+Blue) = 183+213+129=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D581 is #482A7E. Grayscale: #C2C2C2. Windows color (decimal): -4729471 or 8508855. OLE color: 8508855.
HSL color Cylindrical-coordinate representation of color #B7D581: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D581 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 129 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.16 |
| HSL | 81.43º | 0.5% | 0.67% | - |
| HSV(B) | 81.43º | 0.39% | 0.84% | - |
| XYZ | 47.29 | 59.24 | 29.71 | - |
| YUV | 194.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 129 | 0.14 | 0 | 0.39 | 0.16 | 81.43 | 0.5 | 0.67 |
| Hex | B7 | D5 | 81 | E | 0 | 27 | 10 | 51 | 32 | 43 |
| Octal | 267 | 325 | 201 | 16 | 0 | 47 | 20 | 121 | 62 | 103 |
| Binary | 10110111 | 11010101 | 10000001 | 1110 | 0 | 100111 | 10000 | 1010001 | 110010 | 1000011 |
Color Harmonies of #B7D581
Complementary color
Monochromatic Colors of #B7D581
Black with #B7D581
Text Example
Text Example
White with #B7D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D581; }
p { color: rgb(183,213,129); }
H1.HeaderClassName
{
color: #B7D581;
}
.AnyTagClassName
{
color: #B7D581;
}
</style>
background-color css
<style>
a { background-color: #B7D581; }
a { background-color: rgb(183,213,129); }
div.DivClassName
{
background-color: #B7D581;
}
.BgClassName
{
background-color: #B7D581;
}
</style>
border-color css
<style>
span { border-color: #B7D581; }
span { border-color: rgb(183,213,129); }
td.TdClassName
{
border-color: #B7D581;
}
.TagClassName
{
border-color: #B7D581;
}
</style>