Shades of Caper #B1C290
Tints of Caper #B1C290
RGB
CMYK
RGB Variations
Color information
#B1C290 (or 0xB1C290) is known color: Caper. HEX triplet: B1, C2 and 90. RGB value is (177,194,144). Sum of RGB (Red+Green+Blue) = 177+194+144=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C290 is #4E3D6F. Grayscale: #B7B7B7. Windows color (decimal): -5127536 or 9487025. OLE color: 9487025.
HSL color Cylindrical-coordinate representation of color #B1C290: hue angle of 80.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C290 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 144 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.24 |
| HSL | 80.4º | 0.29% | 0.66% | - |
| HSV(B) | 80.4º | 0.26% | 0.76% | - |
| XYZ | 42.46 | 49.94 | 33.79 | - |
| YUV | 183.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 144 | 0.09 | 0 | 0.26 | 0.24 | 80.4 | 0.29 | 0.66 |
| Hex | B1 | C2 | 90 | 9 | 0 | 1A | 18 | 50 | 1D | 42 |
| Octal | 261 | 302 | 220 | 11 | 0 | 32 | 30 | 120 | 35 | 102 |
| Binary | 10110001 | 11000010 | 10010000 | 1001 | 0 | 11010 | 11000 | 1010000 | 11101 | 1000010 |
Color Harmonies of #B1C290
Complementary color
Monochromatic Colors of #B1C290
Black with #B1C290
Text Example
Text Example
White with #B1C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C290; }
p { color: rgb(177,194,144); }
H1.HeaderClassName
{
color: #B1C290;
}
.AnyTagClassName
{
color: #B1C290;
}
</style>
background-color css
<style>
a { background-color: #B1C290; }
a { background-color: rgb(177,194,144); }
div.DivClassName
{
background-color: #B1C290;
}
.BgClassName
{
background-color: #B1C290;
}
</style>
border-color css
<style>
span { border-color: #B1C290; }
span { border-color: rgb(177,194,144); }
td.TdClassName
{
border-color: #B1C290;
}
.TagClassName
{
border-color: #B1C290;
}
</style>