Shades of Caper #B1C981
Tints of Caper #B1C981
RGB
CMYK
RGB Variations
Color information
#B1C981 (or 0xB1C981) is known color: Caper. HEX triplet: B1, C9 and 81. RGB value is (177,201,129). Sum of RGB (Red+Green+Blue) = 177+201+129=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C981 is #4E367E. Grayscale: #B9B9B9. Windows color (decimal): -5125759 or 8505777. OLE color: 8505777.
HSL color Cylindrical-coordinate representation of color #B1C981: hue angle of 80º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1C981 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 129 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.21 |
| HSL | 80º | 0.4% | 0.65% | - |
| HSV(B) | 80º | 0.36% | 0.79% | - |
| XYZ | 42.98 | 52.71 | 28.68 | - |
| YUV | 185.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 129 | 0.12 | 0 | 0.36 | 0.21 | 80 | 0.4 | 0.65 |
| Hex | B1 | C9 | 81 | C | 0 | 24 | 15 | 50 | 28 | 41 |
| Octal | 261 | 311 | 201 | 14 | 0 | 44 | 25 | 120 | 50 | 101 |
| Binary | 10110001 | 11001001 | 10000001 | 1100 | 0 | 100100 | 10101 | 1010000 | 101000 | 1000001 |
Color Harmonies of #B1C981
Complementary color
Monochromatic Colors of #B1C981
Black with #B1C981
Text Example
Text Example
White with #B1C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C981; }
p { color: rgb(177,201,129); }
H1.HeaderClassName
{
color: #B1C981;
}
.AnyTagClassName
{
color: #B1C981;
}
</style>
background-color css
<style>
a { background-color: #B1C981; }
a { background-color: rgb(177,201,129); }
div.DivClassName
{
background-color: #B1C981;
}
.BgClassName
{
background-color: #B1C981;
}
</style>
border-color css
<style>
span { border-color: #B1C981; }
span { border-color: rgb(177,201,129); }
td.TdClassName
{
border-color: #B1C981;
}
.TagClassName
{
border-color: #B1C981;
}
</style>