Shades of Caper #B2C176
Tints of Caper #B2C176
RGB
CMYK
RGB Variations
Color information
#B2C176 (or 0xB2C176) is known color: Caper. HEX triplet: B2, C1 and 76. RGB value is (178,193,118). Sum of RGB (Red+Green+Blue) = 178+193+118=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C176 is #4D3E89. Grayscale: #B4B4B4. Windows color (decimal): -5062282 or 7782834. OLE color: 7782834.
HSL color Cylindrical-coordinate representation of color #B2C176: hue angle of 72º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C176 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 118 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.24 |
| HSL | 72º | 0.38% | 0.61% | - |
| HSV(B) | 72º | 0.39% | 0.76% | - |
| XYZ | 40.7 | 48.91 | 24.44 | - |
| YUV | 179.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 118 | 0.08 | 0 | 0.39 | 0.24 | 72 | 0.38 | 0.61 |
| Hex | B2 | C1 | 76 | 8 | 0 | 27 | 18 | 48 | 26 | 3D |
| Octal | 262 | 301 | 166 | 10 | 0 | 47 | 30 | 110 | 46 | 75 |
| Binary | 10110010 | 11000001 | 1110110 | 1000 | 0 | 100111 | 11000 | 1001000 | 100110 | 111101 |
Color Harmonies of #B2C176
Complementary color
Monochromatic Colors of #B2C176
Black with #B2C176
Text Example
Text Example
White with #B2C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C176; }
p { color: rgb(178,193,118); }
H1.HeaderClassName
{
color: #B2C176;
}
.AnyTagClassName
{
color: #B2C176;
}
</style>
background-color css
<style>
a { background-color: #B2C176; }
a { background-color: rgb(178,193,118); }
div.DivClassName
{
background-color: #B2C176;
}
.BgClassName
{
background-color: #B2C176;
}
</style>
border-color css
<style>
span { border-color: #B2C176; }
span { border-color: rgb(178,193,118); }
td.TdClassName
{
border-color: #B2C176;
}
.TagClassName
{
border-color: #B2C176;
}
</style>