Shades of Caper #B2C47C
Tints of Caper #B2C47C
RGB
CMYK
RGB Variations
Color information
#B2C47C (or 0xB2C47C) is known color: Caper. HEX triplet: B2, C4 and 7C. RGB value is (178,196,124). Sum of RGB (Red+Green+Blue) = 178+196+124=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C47C is #4D3B83. Grayscale: #B6B6B6. Windows color (decimal): -5061508 or 8176818. OLE color: 8176818.
HSL color Cylindrical-coordinate representation of color #B2C47C: hue angle of 75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C47C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 124 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.23 |
| HSL | 75º | 0.38% | 0.63% | - |
| HSV(B) | 75º | 0.37% | 0.77% | - |
| XYZ | 41.74 | 50.4 | 26.6 | - |
| YUV | 182.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 124 | 0.09 | 0 | 0.37 | 0.23 | 75 | 0.38 | 0.63 |
| Hex | B2 | C4 | 7C | 9 | 0 | 25 | 17 | 4B | 26 | 3F |
| Octal | 262 | 304 | 174 | 11 | 0 | 45 | 27 | 113 | 46 | 77 |
| Binary | 10110010 | 11000100 | 1111100 | 1001 | 0 | 100101 | 10111 | 1001011 | 100110 | 111111 |
Color Harmonies of #B2C47C
Complementary color
Monochromatic Colors of #B2C47C
Black with #B2C47C
Text Example
Text Example
White with #B2C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C47C; }
p { color: rgb(178,196,124); }
H1.HeaderClassName
{
color: #B2C47C;
}
.AnyTagClassName
{
color: #B2C47C;
}
</style>
background-color css
<style>
a { background-color: #B2C47C; }
a { background-color: rgb(178,196,124); }
div.DivClassName
{
background-color: #B2C47C;
}
.BgClassName
{
background-color: #B2C47C;
}
</style>
border-color css
<style>
span { border-color: #B2C47C; }
span { border-color: rgb(178,196,124); }
td.TdClassName
{
border-color: #B2C47C;
}
.TagClassName
{
border-color: #B2C47C;
}
</style>