Shades of Caper #B5D27E
Tints of Caper #B5D27E
RGB
CMYK
RGB Variations
Color information
#B5D27E (or 0xB5D27E) is known color: Caper. HEX triplet: B5, D2 and 7E. RGB value is (181,210,126). Sum of RGB (Red+Green+Blue) = 181+210+126=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D27E is #4A2D81. Grayscale: #C0C0C0. Windows color (decimal): -4861314 or 8311477. OLE color: 8311477.
HSL color Cylindrical-coordinate representation of color #B5D27E: hue angle of 80.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D27E is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 126 | - |
| CMYK | 0.14 | 0 | 0.4 | 0.18 |
| HSL | 80.71º | 0.48% | 0.66% | - |
| HSV(B) | 80.71º | 0.4% | 0.82% | - |
| XYZ | 45.87 | 57.42 | 28.4 | - |
| YUV | 191.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 126 | 0.14 | 0 | 0.4 | 0.18 | 80.71 | 0.48 | 0.66 |
| Hex | B5 | D2 | 7E | E | 0 | 28 | 12 | 51 | 30 | 42 |
| Octal | 265 | 322 | 176 | 16 | 0 | 50 | 22 | 121 | 60 | 102 |
| Binary | 10110101 | 11010010 | 1111110 | 1110 | 0 | 101000 | 10010 | 1010001 | 110000 | 1000010 |
Color Harmonies of #B5D27E
Complementary color
Monochromatic Colors of #B5D27E
Black with #B5D27E
Text Example
Text Example
White with #B5D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D27E; }
p { color: rgb(181,210,126); }
H1.HeaderClassName
{
color: #B5D27E;
}
.AnyTagClassName
{
color: #B5D27E;
}
</style>
background-color css
<style>
a { background-color: #B5D27E; }
a { background-color: rgb(181,210,126); }
div.DivClassName
{
background-color: #B5D27E;
}
.BgClassName
{
background-color: #B5D27E;
}
</style>
border-color css
<style>
span { border-color: #B5D27E; }
span { border-color: rgb(181,210,126); }
td.TdClassName
{
border-color: #B5D27E;
}
.TagClassName
{
border-color: #B5D27E;
}
</style>