Shades of Caper #B4D27F
Tints of Caper #B4D27F
RGB
CMYK
RGB Variations
Color information
#B4D27F (or 0xB4D27F) is known color: Caper. HEX triplet: B4, D2 and 7F. RGB value is (180,210,127). Sum of RGB (Red+Green+Blue) = 180+210+127=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D27F is #4B2D80. Grayscale: #BFBFBF. Windows color (decimal): -4926849 or 8377012. OLE color: 8377012.
HSL color Cylindrical-coordinate representation of color #B4D27F: hue angle of 81.69º 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 #B4D27F is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 127 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.18 |
| HSL | 81.69º | 0.48% | 0.66% | - |
| HSV(B) | 81.69º | 0.4% | 0.82% | - |
| XYZ | 45.7 | 57.33 | 28.74 | - |
| YUV | 191.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 127 | 0.14 | 0 | 0.40 | 0.18 | 81.69 | 0.48 | 0.66 |
| Hex | B4 | D2 | 7F | E | 0 | 28 | 12 | 52 | 30 | 42 |
| Octal | 264 | 322 | 177 | 16 | 0 | 50 | 22 | 122 | 60 | 102 |
| Binary | 10110100 | 11010010 | 1111111 | 1110 | 0 | 101000 | 10010 | 1010010 | 110000 | 1000010 |
Color Harmonies of #B4D27F
Complementary color
Monochromatic Colors of #B4D27F
Black with #B4D27F
Text Example
Text Example
White with #B4D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D27F; }
p { color: rgb(180,210,127); }
H1.HeaderClassName
{
color: #B4D27F;
}
.AnyTagClassName
{
color: #B4D27F;
}
</style>
background-color css
<style>
a { background-color: #B4D27F; }
a { background-color: rgb(180,210,127); }
div.DivClassName
{
background-color: #B4D27F;
}
.BgClassName
{
background-color: #B4D27F;
}
</style>
border-color css
<style>
span { border-color: #B4D27F; }
span { border-color: rgb(180,210,127); }
td.TdClassName
{
border-color: #B4D27F;
}
.TagClassName
{
border-color: #B4D27F;
}
</style>