Shades of Caper #B1CB8A
Tints of Caper #B1CB8A
RGB
CMYK
RGB Variations
Color information
#B1CB8A (or 0xB1CB8A) is known color: Caper. HEX triplet: B1, CB and 8A. RGB value is (177,203,138). Sum of RGB (Red+Green+Blue) = 177+203+138=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB8A is #4E3475. Grayscale: #BCBCBC. Windows color (decimal): -5125238 or 9096113. OLE color: 9096113.
HSL color Cylindrical-coordinate representation of color #B1CB8A: hue angle of 84º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1CB8A is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 138 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.20 |
| HSL | 84º | 0.38% | 0.67% | - |
| HSV(B) | 84º | 0.32% | 0.8% | - |
| XYZ | 44.07 | 53.89 | 32.12 | - |
| YUV | 187.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 138 | 0.13 | 0 | 0.32 | 0.20 | 84 | 0.38 | 0.67 |
| Hex | B1 | CB | 8A | D | 0 | 20 | 14 | 54 | 26 | 43 |
| Octal | 261 | 313 | 212 | 15 | 0 | 40 | 24 | 124 | 46 | 103 |
| Binary | 10110001 | 11001011 | 10001010 | 1101 | 0 | 100000 | 10100 | 1010100 | 100110 | 1000011 |
Color Harmonies of #B1CB8A
Complementary color
Monochromatic Colors of #B1CB8A
Black with #B1CB8A
Text Example
Text Example
White with #B1CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB8A; }
p { color: rgb(177,203,138); }
H1.HeaderClassName
{
color: #B1CB8A;
}
.AnyTagClassName
{
color: #B1CB8A;
}
</style>
background-color css
<style>
a { background-color: #B1CB8A; }
a { background-color: rgb(177,203,138); }
div.DivClassName
{
background-color: #B1CB8A;
}
.BgClassName
{
background-color: #B1CB8A;
}
</style>
border-color css
<style>
span { border-color: #B1CB8A; }
span { border-color: rgb(177,203,138); }
td.TdClassName
{
border-color: #B1CB8A;
}
.TagClassName
{
border-color: #B1CB8A;
}
</style>