Shades of Caper #B4D27C
Tints of Caper #B4D27C
RGB
CMYK
RGB Variations
Color information
#B4D27C (or 0xB4D27C) is known color: Caper. HEX triplet: B4, D2 and 7C. RGB value is (180,210,124). Sum of RGB (Red+Green+Blue) = 180+210+124=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D27C is #4B2D83. Grayscale: #BFBFBF. Windows color (decimal): -4926852 or 8180404. OLE color: 8180404.
HSL color Cylindrical-coordinate representation of color #B4D27C: hue angle of 80.93º 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 #B4D27C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 124 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.18 |
| HSL | 80.93º | 0.49% | 0.65% | - |
| HSV(B) | 80.93º | 0.41% | 0.82% | - |
| XYZ | 45.51 | 57.25 | 27.72 | - |
| YUV | 191.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 124 | 0.14 | 0 | 0.41 | 0.18 | 80.93 | 0.49 | 0.65 |
| Hex | B4 | D2 | 7C | E | 0 | 29 | 12 | 51 | 31 | 41 |
| Octal | 264 | 322 | 174 | 16 | 0 | 51 | 22 | 121 | 61 | 101 |
| Binary | 10110100 | 11010010 | 1111100 | 1110 | 0 | 101001 | 10010 | 1010001 | 110001 | 1000001 |
Color Harmonies of #B4D27C
Complementary color
Monochromatic Colors of #B4D27C
Black with #B4D27C
Text Example
Text Example
White with #B4D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D27C; }
p { color: rgb(180,210,124); }
H1.HeaderClassName
{
color: #B4D27C;
}
.AnyTagClassName
{
color: #B4D27C;
}
</style>
background-color css
<style>
a { background-color: #B4D27C; }
a { background-color: rgb(180,210,124); }
div.DivClassName
{
background-color: #B4D27C;
}
.BgClassName
{
background-color: #B4D27C;
}
</style>
border-color css
<style>
span { border-color: #B4D27C; }
span { border-color: rgb(180,210,124); }
td.TdClassName
{
border-color: #B4D27C;
}
.TagClassName
{
border-color: #B4D27C;
}
</style>