Shades of Caper #B2C477
Tints of Caper #B2C477
RGB
CMYK
RGB Variations
Color information
#B2C477 (or 0xB2C477) is known color: Caper. HEX triplet: B2, C4 and 77. RGB value is (178,196,119). Sum of RGB (Red+Green+Blue) = 178+196+119=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C477 is #4D3B88. Grayscale: #B6B6B6. Windows color (decimal): -5061513 or 7849138. OLE color: 7849138.
HSL color Cylindrical-coordinate representation of color #B2C477: hue angle of 74.03º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C477 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 119 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.23 |
| HSL | 74.03º | 0.39% | 0.62% | - |
| HSV(B) | 74.03º | 0.39% | 0.77% | - |
| XYZ | 41.43 | 50.28 | 24.97 | - |
| YUV | 181.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 119 | 0.09 | 0 | 0.39 | 0.23 | 74.03 | 0.39 | 0.62 |
| Hex | B2 | C4 | 77 | 9 | 0 | 27 | 17 | 4A | 27 | 3E |
| Octal | 262 | 304 | 167 | 11 | 0 | 47 | 27 | 112 | 47 | 76 |
| Binary | 10110010 | 11000100 | 1110111 | 1001 | 0 | 100111 | 10111 | 1001010 | 100111 | 111110 |
Color Harmonies of #B2C477
Complementary color
Monochromatic Colors of #B2C477
Black with #B2C477
Text Example
Text Example
White with #B2C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C477; }
p { color: rgb(178,196,119); }
H1.HeaderClassName
{
color: #B2C477;
}
.AnyTagClassName
{
color: #B2C477;
}
</style>
background-color css
<style>
a { background-color: #B2C477; }
a { background-color: rgb(178,196,119); }
div.DivClassName
{
background-color: #B2C477;
}
.BgClassName
{
background-color: #B2C477;
}
</style>
border-color css
<style>
span { border-color: #B2C477; }
span { border-color: rgb(178,196,119); }
td.TdClassName
{
border-color: #B2C477;
}
.TagClassName
{
border-color: #B2C477;
}
</style>