Shades of Caper #B1D278
Tints of Caper #B1D278
RGB
CMYK
RGB Variations
Color information
#B1D278 (or 0xB1D278) is known color: Caper. HEX triplet: B1, D2 and 78. RGB value is (177,210,120). Sum of RGB (Red+Green+Blue) = 177+210+120=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D278 is #4E2D87. Grayscale: #BEBEBE. Windows color (decimal): -5123464 or 7918257. OLE color: 7918257.
HSL color Cylindrical-coordinate representation of color #B1D278: hue angle of 82º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1D278 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 120 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.18 |
| HSL | 82º | 0.5% | 0.65% | - |
| HSV(B) | 82º | 0.43% | 0.82% | - |
| XYZ | 44.57 | 56.8 | 26.38 | - |
| YUV | 189.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 120 | 0.16 | 0 | 0.43 | 0.18 | 82 | 0.5 | 0.65 |
| Hex | B1 | D2 | 78 | 10 | 0 | 2B | 12 | 52 | 32 | 41 |
| Octal | 261 | 322 | 170 | 20 | 0 | 53 | 22 | 122 | 62 | 101 |
| Binary | 10110001 | 11010010 | 1111000 | 10000 | 0 | 101011 | 10010 | 1010010 | 110010 | 1000001 |
Color Harmonies of #B1D278
Complementary color
Monochromatic Colors of #B1D278
Black with #B1D278
Text Example
Text Example
White with #B1D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D278; }
p { color: rgb(177,210,120); }
H1.HeaderClassName
{
color: #B1D278;
}
.AnyTagClassName
{
color: #B1D278;
}
</style>
background-color css
<style>
a { background-color: #B1D278; }
a { background-color: rgb(177,210,120); }
div.DivClassName
{
background-color: #B1D278;
}
.BgClassName
{
background-color: #B1D278;
}
</style>
border-color css
<style>
span { border-color: #B1D278; }
span { border-color: rgb(177,210,120); }
td.TdClassName
{
border-color: #B1D278;
}
.TagClassName
{
border-color: #B1D278;
}
</style>