Shades of Caper #B2C18B
Tints of Caper #B2C18B
RGB
CMYK
RGB Variations
Color information
#B2C18B (or 0xB2C18B) is known color: Caper. HEX triplet: B2, C1 and 8B. RGB value is (178,193,139). Sum of RGB (Red+Green+Blue) = 178+193+139=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18B is #4D3E74. Grayscale: #B6B6B6. Windows color (decimal): -5062261 or 9159090. OLE color: 9159090.
HSL color Cylindrical-coordinate representation of color #B2C18B: hue angle of 76.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C18B is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 139 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.24 |
| HSL | 76.67º | 0.3% | 0.65% | - |
| HSV(B) | 76.67º | 0.28% | 0.76% | - |
| XYZ | 42.09 | 49.47 | 31.76 | - |
| YUV | 182.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 139 | 0.08 | 0 | 0.28 | 0.24 | 76.67 | 0.3 | 0.65 |
| Hex | B2 | C1 | 8B | 8 | 0 | 1C | 18 | 4D | 1E | 41 |
| Octal | 262 | 301 | 213 | 10 | 0 | 34 | 30 | 115 | 36 | 101 |
| Binary | 10110010 | 11000001 | 10001011 | 1000 | 0 | 11100 | 11000 | 1001101 | 11110 | 1000001 |
Color Harmonies of #B2C18B
Complementary color
Monochromatic Colors of #B2C18B
Black with #B2C18B
Text Example
Text Example
White with #B2C18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C18B; }
p { color: rgb(178,193,139); }
H1.HeaderClassName
{
color: #B2C18B;
}
.AnyTagClassName
{
color: #B2C18B;
}
</style>
background-color css
<style>
a { background-color: #B2C18B; }
a { background-color: rgb(178,193,139); }
div.DivClassName
{
background-color: #B2C18B;
}
.BgClassName
{
background-color: #B2C18B;
}
</style>
border-color css
<style>
span { border-color: #B2C18B; }
span { border-color: rgb(178,193,139); }
td.TdClassName
{
border-color: #B2C18B;
}
.TagClassName
{
border-color: #B2C18B;
}
</style>