Shades of Caper #B1D272
Tints of Caper #B1D272
RGB
CMYK
RGB Variations
Color information
#B1D272 (or 0xB1D272) is known color: Caper. HEX triplet: B1, D2 and 72. RGB value is (177,210,114). Sum of RGB (Red+Green+Blue) = 177+210+114=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D272 is #4E2D8D. Grayscale: #BDBDBD. Windows color (decimal): -5123470 or 7525041. OLE color: 7525041.
HSL color Cylindrical-coordinate representation of color #B1D272: hue angle of 80.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1D272 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 114 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.18 |
| HSL | 80.63º | 0.52% | 0.64% | - |
| HSV(B) | 80.63º | 0.46% | 0.82% | - |
| XYZ | 44.22 | 56.66 | 24.52 | - |
| YUV | 189.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 114 | 0.16 | 0 | 0.46 | 0.18 | 80.63 | 0.52 | 0.64 |
| Hex | B1 | D2 | 72 | 10 | 0 | 2E | 12 | 51 | 34 | 40 |
| Octal | 261 | 322 | 162 | 20 | 0 | 56 | 22 | 121 | 64 | 100 |
| Binary | 10110001 | 11010010 | 1110010 | 10000 | 0 | 101110 | 10010 | 1010001 | 110100 | 1000000 |
Color Harmonies of #B1D272
Complementary color
Monochromatic Colors of #B1D272
Black with #B1D272
Text Example
Text Example
White with #B1D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D272; }
p { color: rgb(177,210,114); }
H1.HeaderClassName
{
color: #B1D272;
}
.AnyTagClassName
{
color: #B1D272;
}
</style>
background-color css
<style>
a { background-color: #B1D272; }
a { background-color: rgb(177,210,114); }
div.DivClassName
{
background-color: #B1D272;
}
.BgClassName
{
background-color: #B1D272;
}
</style>
border-color css
<style>
span { border-color: #B1D272; }
span { border-color: rgb(177,210,114); }
td.TdClassName
{
border-color: #B1D272;
}
.TagClassName
{
border-color: #B1D272;
}
</style>