Shades of Caper #B2C178
Tints of Caper #B2C178
RGB
CMYK
RGB Variations
Color information
#B2C178 (or 0xB2C178) is known color: Caper. HEX triplet: B2, C1 and 78. RGB value is (178,193,120). Sum of RGB (Red+Green+Blue) = 178+193+120=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C178 is #4D3E87. Grayscale: #B4B4B4. Windows color (decimal): -5062280 or 7913906. OLE color: 7913906.
HSL color Cylindrical-coordinate representation of color #B2C178: hue angle of 72.33º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C178 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 120 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.24 |
| HSL | 72.33º | 0.37% | 0.61% | - |
| HSV(B) | 72.33º | 0.38% | 0.76% | - |
| XYZ | 40.82 | 48.96 | 25.07 | - |
| YUV | 180.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 120 | 0.08 | 0 | 0.38 | 0.24 | 72.33 | 0.37 | 0.61 |
| Hex | B2 | C1 | 78 | 8 | 0 | 26 | 18 | 48 | 25 | 3D |
| Octal | 262 | 301 | 170 | 10 | 0 | 46 | 30 | 110 | 45 | 75 |
| Binary | 10110010 | 11000001 | 1111000 | 1000 | 0 | 100110 | 11000 | 1001000 | 100101 | 111101 |
Color Harmonies of #B2C178
Complementary color
Monochromatic Colors of #B2C178
Black with #B2C178
Text Example
Text Example
White with #B2C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C178; }
p { color: rgb(178,193,120); }
H1.HeaderClassName
{
color: #B2C178;
}
.AnyTagClassName
{
color: #B2C178;
}
</style>
background-color css
<style>
a { background-color: #B2C178; }
a { background-color: rgb(178,193,120); }
div.DivClassName
{
background-color: #B2C178;
}
.BgClassName
{
background-color: #B2C178;
}
</style>
border-color css
<style>
span { border-color: #B2C178; }
span { border-color: rgb(178,193,120); }
td.TdClassName
{
border-color: #B2C178;
}
.TagClassName
{
border-color: #B2C178;
}
</style>