Shades of Caper #B1D27F
Tints of Caper #B1D27F
RGB
CMYK
RGB Variations
Color information
#B1D27F (or 0xB1D27F) is known color: Caper. HEX triplet: B1, D2 and 7F. RGB value is (177,210,127). Sum of RGB (Red+Green+Blue) = 177+210+127=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D27F is #4E2D80. Grayscale: #BEBEBE. Windows color (decimal): -5123457 or 8377009. OLE color: 8377009.
HSL color Cylindrical-coordinate representation of color #B1D27F: hue angle of 83.86º 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 #B1D27F is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 127 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.18 |
| HSL | 83.86º | 0.48% | 0.66% | - |
| HSV(B) | 83.86º | 0.4% | 0.82% | - |
| XYZ | 45.01 | 56.97 | 28.7 | - |
| YUV | 190.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 127 | 0.16 | 0 | 0.40 | 0.18 | 83.86 | 0.48 | 0.66 |
| Hex | B1 | D2 | 7F | 10 | 0 | 28 | 12 | 54 | 30 | 42 |
| Octal | 261 | 322 | 177 | 20 | 0 | 50 | 22 | 124 | 60 | 102 |
| Binary | 10110001 | 11010010 | 1111111 | 10000 | 0 | 101000 | 10010 | 1010100 | 110000 | 1000010 |
Color Harmonies of #B1D27F
Complementary color
Monochromatic Colors of #B1D27F
Black with #B1D27F
Text Example
Text Example
White with #B1D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D27F; }
p { color: rgb(177,210,127); }
H1.HeaderClassName
{
color: #B1D27F;
}
.AnyTagClassName
{
color: #B1D27F;
}
</style>
background-color css
<style>
a { background-color: #B1D27F; }
a { background-color: rgb(177,210,127); }
div.DivClassName
{
background-color: #B1D27F;
}
.BgClassName
{
background-color: #B1D27F;
}
</style>
border-color css
<style>
span { border-color: #B1D27F; }
span { border-color: rgb(177,210,127); }
td.TdClassName
{
border-color: #B1D27F;
}
.TagClassName
{
border-color: #B1D27F;
}
</style>