Shades of Caper #B4D27A
Tints of Caper #B4D27A
RGB
CMYK
RGB Variations
Color information
#B4D27A (or 0xB4D27A) is known color: Caper. HEX triplet: B4, D2 and 7A. RGB value is (180,210,122). Sum of RGB (Red+Green+Blue) = 180+210+122=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D27A is #4B2D85. Grayscale: #BFBFBF. Windows color (decimal): -4926854 or 8049332. OLE color: 8049332.
HSL color Cylindrical-coordinate representation of color #B4D27A: hue angle of 80.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4D27A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 122 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.18 |
| HSL | 80.45º | 0.49% | 0.65% | - |
| HSV(B) | 80.45º | 0.42% | 0.82% | - |
| XYZ | 45.38 | 57.2 | 27.06 | - |
| YUV | 191 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 122 | 0.14 | 0 | 0.42 | 0.18 | 80.45 | 0.49 | 0.65 |
| Hex | B4 | D2 | 7A | E | 0 | 2A | 12 | 50 | 31 | 41 |
| Octal | 264 | 322 | 172 | 16 | 0 | 52 | 22 | 120 | 61 | 101 |
| Binary | 10110100 | 11010010 | 1111010 | 1110 | 0 | 101010 | 10010 | 1010000 | 110001 | 1000001 |
Color Harmonies of #B4D27A
Complementary color
Monochromatic Colors of #B4D27A
Black with #B4D27A
Text Example
Text Example
White with #B4D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D27A; }
p { color: rgb(180,210,122); }
H1.HeaderClassName
{
color: #B4D27A;
}
.AnyTagClassName
{
color: #B4D27A;
}
</style>
background-color css
<style>
a { background-color: #B4D27A; }
a { background-color: rgb(180,210,122); }
div.DivClassName
{
background-color: #B4D27A;
}
.BgClassName
{
background-color: #B4D27A;
}
</style>
border-color css
<style>
span { border-color: #B4D27A; }
span { border-color: rgb(180,210,122); }
td.TdClassName
{
border-color: #B4D27A;
}
.TagClassName
{
border-color: #B4D27A;
}
</style>