Shades of Caper #B1C18D
Tints of Caper #B1C18D
RGB
CMYK
RGB Variations
Color information
#B1C18D (or 0xB1C18D) is known color: Caper. HEX triplet: B1, C1 and 8D. RGB value is (177,193,141). Sum of RGB (Red+Green+Blue) = 177+193+141=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C18D is #4E3E72. Grayscale: #B6B6B6. Windows color (decimal): -5127795 or 9290161. OLE color: 9290161.
HSL color Cylindrical-coordinate representation of color #B1C18D: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1C18D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 141 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.24 |
| HSL | 78.46º | 0.3% | 0.65% | - |
| HSV(B) | 78.46º | 0.27% | 0.76% | - |
| XYZ | 42.01 | 49.41 | 32.52 | - |
| YUV | 182.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 141 | 0.08 | 0 | 0.27 | 0.24 | 78.46 | 0.3 | 0.65 |
| Hex | B1 | C1 | 8D | 8 | 0 | 1B | 18 | 4E | 1E | 41 |
| Octal | 261 | 301 | 215 | 10 | 0 | 33 | 30 | 116 | 36 | 101 |
| Binary | 10110001 | 11000001 | 10001101 | 1000 | 0 | 11011 | 11000 | 1001110 | 11110 | 1000001 |
Color Harmonies of #B1C18D
Complementary color
Monochromatic Colors of #B1C18D
Black with #B1C18D
Text Example
Text Example
White with #B1C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C18D; }
p { color: rgb(177,193,141); }
H1.HeaderClassName
{
color: #B1C18D;
}
.AnyTagClassName
{
color: #B1C18D;
}
</style>
background-color css
<style>
a { background-color: #B1C18D; }
a { background-color: rgb(177,193,141); }
div.DivClassName
{
background-color: #B1C18D;
}
.BgClassName
{
background-color: #B1C18D;
}
</style>
border-color css
<style>
span { border-color: #B1C18D; }
span { border-color: rgb(177,193,141); }
td.TdClassName
{
border-color: #B1C18D;
}
.TagClassName
{
border-color: #B1C18D;
}
</style>