Shades of Caper #B1C98C
Tints of Caper #B1C98C
RGB
CMYK
RGB Variations
Color information
#B1C98C (or 0xB1C98C) is known color: Caper. HEX triplet: B1, C9 and 8C. RGB value is (177,201,140). Sum of RGB (Red+Green+Blue) = 177+201+140=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C98C is #4E3673. Grayscale: #BBBBBB. Windows color (decimal): -5125748 or 9226673. OLE color: 9226673.
HSL color Cylindrical-coordinate representation of color #B1C98C: hue angle of 83.61º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C98C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 140 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.21 |
| HSL | 83.61º | 0.36% | 0.67% | - |
| HSV(B) | 83.61º | 0.3% | 0.79% | - |
| XYZ | 43.75 | 53.01 | 32.74 | - |
| YUV | 186.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 140 | 0.12 | 0 | 0.30 | 0.21 | 83.61 | 0.36 | 0.67 |
| Hex | B1 | C9 | 8C | C | 0 | 1E | 15 | 54 | 24 | 43 |
| Octal | 261 | 311 | 214 | 14 | 0 | 36 | 25 | 124 | 44 | 103 |
| Binary | 10110001 | 11001001 | 10001100 | 1100 | 0 | 11110 | 10101 | 1010100 | 100100 | 1000011 |
Color Harmonies of #B1C98C
Complementary color
Monochromatic Colors of #B1C98C
Black with #B1C98C
Text Example
Text Example
White with #B1C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C98C; }
p { color: rgb(177,201,140); }
H1.HeaderClassName
{
color: #B1C98C;
}
.AnyTagClassName
{
color: #B1C98C;
}
</style>
background-color css
<style>
a { background-color: #B1C98C; }
a { background-color: rgb(177,201,140); }
div.DivClassName
{
background-color: #B1C98C;
}
.BgClassName
{
background-color: #B1C98C;
}
</style>
border-color css
<style>
span { border-color: #B1C98C; }
span { border-color: rgb(177,201,140); }
td.TdClassName
{
border-color: #B1C98C;
}
.TagClassName
{
border-color: #B1C98C;
}
</style>