Shades of Caper #B2C57D
Tints of Caper #B2C57D
RGB
CMYK
RGB Variations
Color information
#B2C57D (or 0xB2C57D) is known color: Caper. HEX triplet: B2, C5 and 7D. RGB value is (178,197,125). Sum of RGB (Red+Green+Blue) = 178+197+125=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C57D is #4D3A82. Grayscale: #B7B7B7. Windows color (decimal): -5061251 or 8242610. OLE color: 8242610.
HSL color Cylindrical-coordinate representation of color #B2C57D: hue angle of 75.83º 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 #B2C57D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 125 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.23 |
| HSL | 75.83º | 0.38% | 0.63% | - |
| HSV(B) | 75.83º | 0.37% | 0.77% | - |
| XYZ | 42.03 | 50.88 | 27.01 | - |
| YUV | 183.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 125 | 0.10 | 0 | 0.37 | 0.23 | 75.83 | 0.38 | 0.63 |
| Hex | B2 | C5 | 7D | A | 0 | 25 | 17 | 4C | 26 | 3F |
| Octal | 262 | 305 | 175 | 12 | 0 | 45 | 27 | 114 | 46 | 77 |
| Binary | 10110010 | 11000101 | 1111101 | 1010 | 0 | 100101 | 10111 | 1001100 | 100110 | 111111 |
Color Harmonies of #B2C57D
Complementary color
Monochromatic Colors of #B2C57D
Black with #B2C57D
Text Example
Text Example
White with #B2C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C57D; }
p { color: rgb(178,197,125); }
H1.HeaderClassName
{
color: #B2C57D;
}
.AnyTagClassName
{
color: #B2C57D;
}
</style>
background-color css
<style>
a { background-color: #B2C57D; }
a { background-color: rgb(178,197,125); }
div.DivClassName
{
background-color: #B2C57D;
}
.BgClassName
{
background-color: #B2C57D;
}
</style>
border-color css
<style>
span { border-color: #B2C57D; }
span { border-color: rgb(178,197,125); }
td.TdClassName
{
border-color: #B2C57D;
}
.TagClassName
{
border-color: #B2C57D;
}
</style>