Shades of Caper #B2C179
Tints of Caper #B2C179
RGB
CMYK
RGB Variations
Color information
#B2C179 (or 0xB2C179) is known color: Caper. HEX triplet: B2, C1 and 79. RGB value is (178,193,121). Sum of RGB (Red+Green+Blue) = 178+193+121=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C179 is #4D3E86. Grayscale: #B4B4B4. Windows color (decimal): -5062279 or 7979442. OLE color: 7979442.
HSL color Cylindrical-coordinate representation of color #B2C179: hue angle of 72.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C179 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 121 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.24 |
| HSL | 72.5º | 0.37% | 0.62% | - |
| HSV(B) | 72.5º | 0.37% | 0.76% | - |
| XYZ | 40.88 | 48.99 | 25.39 | - |
| YUV | 180.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 121 | 0.08 | 0 | 0.37 | 0.24 | 72.5 | 0.37 | 0.62 |
| Hex | B2 | C1 | 79 | 8 | 0 | 25 | 18 | 48 | 25 | 3E |
| Octal | 262 | 301 | 171 | 10 | 0 | 45 | 30 | 110 | 45 | 76 |
| Binary | 10110010 | 11000001 | 1111001 | 1000 | 0 | 100101 | 11000 | 1001000 | 100101 | 111110 |
Color Harmonies of #B2C179
Complementary color
Monochromatic Colors of #B2C179
Black with #B2C179
Text Example
Text Example
White with #B2C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C179; }
p { color: rgb(178,193,121); }
H1.HeaderClassName
{
color: #B2C179;
}
.AnyTagClassName
{
color: #B2C179;
}
</style>
background-color css
<style>
a { background-color: #B2C179; }
a { background-color: rgb(178,193,121); }
div.DivClassName
{
background-color: #B2C179;
}
.BgClassName
{
background-color: #B2C179;
}
</style>
border-color css
<style>
span { border-color: #B2C179; }
span { border-color: rgb(178,193,121); }
td.TdClassName
{
border-color: #B2C179;
}
.TagClassName
{
border-color: #B2C179;
}
</style>