Shades of Caper #B2C191
Tints of Caper #B2C191
RGB
CMYK
RGB Variations
Color information
#B2C191 (or 0xB2C191) is known color: Caper. HEX triplet: B2, C1 and 91. RGB value is (178,193,145). Sum of RGB (Red+Green+Blue) = 178+193+145=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C191 is #4D3E6E. Grayscale: #B7B7B7. Windows color (decimal): -5062255 or 9552306. OLE color: 9552306.
HSL color Cylindrical-coordinate representation of color #B2C191: hue angle of 78.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C191 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 145 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.24 |
| HSL | 78.75º | 0.28% | 0.66% | - |
| HSV(B) | 78.75º | 0.25% | 0.76% | - |
| XYZ | 42.54 | 49.65 | 34.13 | - |
| YUV | 183.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 145 | 0.08 | 0 | 0.25 | 0.24 | 78.75 | 0.28 | 0.66 |
| Hex | B2 | C1 | 91 | 8 | 0 | 19 | 18 | 4F | 1C | 42 |
| Octal | 262 | 301 | 221 | 10 | 0 | 31 | 30 | 117 | 34 | 102 |
| Binary | 10110010 | 11000001 | 10010001 | 1000 | 0 | 11001 | 11000 | 1001111 | 11100 | 1000010 |
Color Harmonies of #B2C191
Complementary color
Monochromatic Colors of #B2C191
Black with #B2C191
Text Example
Text Example
White with #B2C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C191; }
p { color: rgb(178,193,145); }
H1.HeaderClassName
{
color: #B2C191;
}
.AnyTagClassName
{
color: #B2C191;
}
</style>
background-color css
<style>
a { background-color: #B2C191; }
a { background-color: rgb(178,193,145); }
div.DivClassName
{
background-color: #B2C191;
}
.BgClassName
{
background-color: #B2C191;
}
</style>
border-color css
<style>
span { border-color: #B2C191; }
span { border-color: rgb(178,193,145); }
td.TdClassName
{
border-color: #B2C191;
}
.TagClassName
{
border-color: #B2C191;
}
</style>