Shades of Caper #B1C18E
Tints of Caper #B1C18E
RGB
CMYK
RGB Variations
Color information
#B1C18E (or 0xB1C18E) is known color: Caper. HEX triplet: B1, C1 and 8E. RGB value is (177,193,142). Sum of RGB (Red+Green+Blue) = 177+193+142=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C18E is #4E3E71. Grayscale: #B6B6B6. Windows color (decimal): -5127794 or 9355697. OLE color: 9355697.
HSL color Cylindrical-coordinate representation of color #B1C18E: hue angle of 78.82º 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 #B1C18E is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 142 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.24 |
| HSL | 78.82º | 0.29% | 0.66% | - |
| HSV(B) | 78.82º | 0.26% | 0.76% | - |
| XYZ | 42.08 | 49.44 | 32.92 | - |
| YUV | 182.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 142 | 0.08 | 0 | 0.26 | 0.24 | 78.82 | 0.29 | 0.66 |
| Hex | B1 | C1 | 8E | 8 | 0 | 1A | 18 | 4F | 1D | 42 |
| Octal | 261 | 301 | 216 | 10 | 0 | 32 | 30 | 117 | 35 | 102 |
| Binary | 10110001 | 11000001 | 10001110 | 1000 | 0 | 11010 | 11000 | 1001111 | 11101 | 1000010 |
Color Harmonies of #B1C18E
Complementary color
Monochromatic Colors of #B1C18E
Black with #B1C18E
Text Example
Text Example
White with #B1C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C18E; }
p { color: rgb(177,193,142); }
H1.HeaderClassName
{
color: #B1C18E;
}
.AnyTagClassName
{
color: #B1C18E;
}
</style>
background-color css
<style>
a { background-color: #B1C18E; }
a { background-color: rgb(177,193,142); }
div.DivClassName
{
background-color: #B1C18E;
}
.BgClassName
{
background-color: #B1C18E;
}
</style>
border-color css
<style>
span { border-color: #B1C18E; }
span { border-color: rgb(177,193,142); }
td.TdClassName
{
border-color: #B1C18E;
}
.TagClassName
{
border-color: #B1C18E;
}
</style>