Shades of Caper #B2C47E
Tints of Caper #B2C47E
RGB
CMYK
RGB Variations
Color information
#B2C47E (or 0xB2C47E) is known color: Caper. HEX triplet: B2, C4 and 7E. RGB value is (178,196,126). Sum of RGB (Red+Green+Blue) = 178+196+126=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C47E is #4D3B81. Grayscale: #B6B6B6. Windows color (decimal): -5061506 or 8307890. OLE color: 8307890.
HSL color Cylindrical-coordinate representation of color #B2C47E: hue angle of 75.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C47E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 126 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.23 |
| HSL | 75.43º | 0.37% | 0.63% | - |
| HSV(B) | 75.43º | 0.36% | 0.77% | - |
| XYZ | 41.87 | 50.45 | 27.27 | - |
| YUV | 182.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 126 | 0.09 | 0 | 0.36 | 0.23 | 75.43 | 0.37 | 0.63 |
| Hex | B2 | C4 | 7E | 9 | 0 | 24 | 17 | 4B | 25 | 3F |
| Octal | 262 | 304 | 176 | 11 | 0 | 44 | 27 | 113 | 45 | 77 |
| Binary | 10110010 | 11000100 | 1111110 | 1001 | 0 | 100100 | 10111 | 1001011 | 100101 | 111111 |
Color Harmonies of #B2C47E
Complementary color
Monochromatic Colors of #B2C47E
Black with #B2C47E
Text Example
Text Example
White with #B2C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C47E; }
p { color: rgb(178,196,126); }
H1.HeaderClassName
{
color: #B2C47E;
}
.AnyTagClassName
{
color: #B2C47E;
}
</style>
background-color css
<style>
a { background-color: #B2C47E; }
a { background-color: rgb(178,196,126); }
div.DivClassName
{
background-color: #B2C47E;
}
.BgClassName
{
background-color: #B2C47E;
}
</style>
border-color css
<style>
span { border-color: #B2C47E; }
span { border-color: rgb(178,196,126); }
td.TdClassName
{
border-color: #B2C47E;
}
.TagClassName
{
border-color: #B2C47E;
}
</style>