Shades of Caper #B1D26F
Tints of Caper #B1D26F
RGB
CMYK
RGB Variations
Color information
#B1D26F (or 0xB1D26F) is known color: Caper. HEX triplet: B1, D2 and 6F. RGB value is (177,210,111). Sum of RGB (Red+Green+Blue) = 177+210+111=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D26F is #4E2D90. Grayscale: #BDBDBD. Windows color (decimal): -5123473 or 7328433. OLE color: 7328433.
HSL color Cylindrical-coordinate representation of color #B1D26F: hue angle of 80º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D26F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 111 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.18 |
| HSL | 80º | 0.52% | 0.63% | - |
| HSV(B) | 80º | 0.47% | 0.82% | - |
| XYZ | 44.05 | 56.59 | 23.64 | - |
| YUV | 188.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 111 | 0.16 | 0 | 0.47 | 0.18 | 80 | 0.52 | 0.63 |
| Hex | B1 | D2 | 6F | 10 | 0 | 2F | 12 | 50 | 34 | 3F |
| Octal | 261 | 322 | 157 | 20 | 0 | 57 | 22 | 120 | 64 | 77 |
| Binary | 10110001 | 11010010 | 1101111 | 10000 | 0 | 101111 | 10010 | 1010000 | 110100 | 111111 |
Color Harmonies of #B1D26F
Complementary color
Monochromatic Colors of #B1D26F
Black with #B1D26F
Text Example
Text Example
White with #B1D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D26F; }
p { color: rgb(177,210,111); }
H1.HeaderClassName
{
color: #B1D26F;
}
.AnyTagClassName
{
color: #B1D26F;
}
</style>
background-color css
<style>
a { background-color: #B1D26F; }
a { background-color: rgb(177,210,111); }
div.DivClassName
{
background-color: #B1D26F;
}
.BgClassName
{
background-color: #B1D26F;
}
</style>
border-color css
<style>
span { border-color: #B1D26F; }
span { border-color: rgb(177,210,111); }
td.TdClassName
{
border-color: #B1D26F;
}
.TagClassName
{
border-color: #B1D26F;
}
</style>