Shades of Caper #B2C57E
Tints of Caper #B2C57E
RGB
CMYK
RGB Variations
Color information
#B2C57E (or 0xB2C57E) is known color: Caper. HEX triplet: B2, C5 and 7E. RGB value is (178,197,126). Sum of RGB (Red+Green+Blue) = 178+197+126=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C57E is #4D3A81. Grayscale: #B7B7B7. Windows color (decimal): -5061250 or 8308146. OLE color: 8308146.
HSL color Cylindrical-coordinate representation of color #B2C57E: hue angle of 76.06º degrees, saturation: 0.38, 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 #B2C57E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 126 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.23 |
| HSL | 76.06º | 0.38% | 0.63% | - |
| HSV(B) | 76.06º | 0.36% | 0.77% | - |
| XYZ | 42.09 | 50.9 | 27.35 | - |
| YUV | 183.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 126 | 0.10 | 0 | 0.36 | 0.23 | 76.06 | 0.38 | 0.63 |
| Hex | B2 | C5 | 7E | A | 0 | 24 | 17 | 4C | 26 | 3F |
| Octal | 262 | 305 | 176 | 12 | 0 | 44 | 27 | 114 | 46 | 77 |
| Binary | 10110010 | 11000101 | 1111110 | 1010 | 0 | 100100 | 10111 | 1001100 | 100110 | 111111 |
Color Harmonies of #B2C57E
Complementary color
Monochromatic Colors of #B2C57E
Black with #B2C57E
Text Example
Text Example
White with #B2C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C57E; }
p { color: rgb(178,197,126); }
H1.HeaderClassName
{
color: #B2C57E;
}
.AnyTagClassName
{
color: #B2C57E;
}
</style>
background-color css
<style>
a { background-color: #B2C57E; }
a { background-color: rgb(178,197,126); }
div.DivClassName
{
background-color: #B2C57E;
}
.BgClassName
{
background-color: #B2C57E;
}
</style>
border-color css
<style>
span { border-color: #B2C57E; }
span { border-color: rgb(178,197,126); }
td.TdClassName
{
border-color: #B2C57E;
}
.TagClassName
{
border-color: #B2C57E;
}
</style>