Shades of Caper #B5D27C
Tints of Caper #B5D27C
RGB
CMYK
RGB Variations
Color information
#B5D27C (or 0xB5D27C) is known color: Caper. HEX triplet: B5, D2 and 7C. RGB value is (181,210,124). Sum of RGB (Red+Green+Blue) = 181+210+124=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D27C is #4A2D83. Grayscale: #BFBFBF. Windows color (decimal): -4861316 or 8180405. OLE color: 8180405.
HSL color Cylindrical-coordinate representation of color #B5D27C: hue angle of 80.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D27C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 124 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.18 |
| HSL | 80.23º | 0.49% | 0.65% | - |
| HSV(B) | 80.23º | 0.41% | 0.82% | - |
| XYZ | 45.74 | 57.37 | 27.73 | - |
| YUV | 191.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 124 | 0.14 | 0 | 0.41 | 0.18 | 80.23 | 0.49 | 0.65 |
| Hex | B5 | D2 | 7C | E | 0 | 29 | 12 | 50 | 31 | 41 |
| Octal | 265 | 322 | 174 | 16 | 0 | 51 | 22 | 120 | 61 | 101 |
| Binary | 10110101 | 11010010 | 1111100 | 1110 | 0 | 101001 | 10010 | 1010000 | 110001 | 1000001 |
Color Harmonies of #B5D27C
Complementary color
Monochromatic Colors of #B5D27C
Black with #B5D27C
Text Example
Text Example
White with #B5D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D27C; }
p { color: rgb(181,210,124); }
H1.HeaderClassName
{
color: #B5D27C;
}
.AnyTagClassName
{
color: #B5D27C;
}
</style>
background-color css
<style>
a { background-color: #B5D27C; }
a { background-color: rgb(181,210,124); }
div.DivClassName
{
background-color: #B5D27C;
}
.BgClassName
{
background-color: #B5D27C;
}
</style>
border-color css
<style>
span { border-color: #B5D27C; }
span { border-color: rgb(181,210,124); }
td.TdClassName
{
border-color: #B5D27C;
}
.TagClassName
{
border-color: #B5D27C;
}
</style>