Shades of Caper #B2C18D
Tints of Caper #B2C18D
RGB
CMYK
RGB Variations
Color information
#B2C18D (or 0xB2C18D) is known color: Caper. HEX triplet: B2, C1 and 8D. RGB value is (178,193,141). Sum of RGB (Red+Green+Blue) = 178+193+141=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18D is #4D3E72. Grayscale: #B6B6B6. Windows color (decimal): -5062259 or 9290162. OLE color: 9290162.
HSL color Cylindrical-coordinate representation of color #B2C18D: hue angle of 77.31º 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 #B2C18D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 141 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.24 |
| HSL | 77.31º | 0.3% | 0.65% | - |
| HSV(B) | 77.31º | 0.27% | 0.76% | - |
| XYZ | 42.24 | 49.53 | 32.53 | - |
| YUV | 182.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 141 | 0.08 | 0 | 0.27 | 0.24 | 77.31 | 0.3 | 0.65 |
| Hex | B2 | C1 | 8D | 8 | 0 | 1B | 18 | 4D | 1E | 41 |
| Octal | 262 | 301 | 215 | 10 | 0 | 33 | 30 | 115 | 36 | 101 |
| Binary | 10110010 | 11000001 | 10001101 | 1000 | 0 | 11011 | 11000 | 1001101 | 11110 | 1000001 |
Color Harmonies of #B2C18D
Complementary color
Monochromatic Colors of #B2C18D
Black with #B2C18D
Text Example
Text Example
White with #B2C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C18D; }
p { color: rgb(178,193,141); }
H1.HeaderClassName
{
color: #B2C18D;
}
.AnyTagClassName
{
color: #B2C18D;
}
</style>
background-color css
<style>
a { background-color: #B2C18D; }
a { background-color: rgb(178,193,141); }
div.DivClassName
{
background-color: #B2C18D;
}
.BgClassName
{
background-color: #B2C18D;
}
</style>
border-color css
<style>
span { border-color: #B2C18D; }
span { border-color: rgb(178,193,141); }
td.TdClassName
{
border-color: #B2C18D;
}
.TagClassName
{
border-color: #B2C18D;
}
</style>