Shades of Caper #B2C575
Tints of Caper #B2C575
RGB
CMYK
RGB Variations
Color information
#B2C575 (or 0xB2C575) is known color: Caper. HEX triplet: B2, C5 and 75. RGB value is (178,197,117). Sum of RGB (Red+Green+Blue) = 178+197+117=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C575 is #4D3A8A. Grayscale: #B6B6B6. Windows color (decimal): -5061259 or 7718322. OLE color: 7718322.
HSL color Cylindrical-coordinate representation of color #B2C575: hue angle of 74.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2C575 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 117 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.23 |
| HSL | 74.25º | 0.41% | 0.62% | - |
| HSV(B) | 74.25º | 0.41% | 0.77% | - |
| XYZ | 41.54 | 50.68 | 24.42 | - |
| YUV | 182.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 117 | 0.10 | 0 | 0.41 | 0.23 | 74.25 | 0.41 | 0.62 |
| Hex | B2 | C5 | 75 | A | 0 | 29 | 17 | 4A | 29 | 3E |
| Octal | 262 | 305 | 165 | 12 | 0 | 51 | 27 | 112 | 51 | 76 |
| Binary | 10110010 | 11000101 | 1110101 | 1010 | 0 | 101001 | 10111 | 1001010 | 101001 | 111110 |
Color Harmonies of #B2C575
Complementary color
Monochromatic Colors of #B2C575
Black with #B2C575
Text Example
Text Example
White with #B2C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C575; }
p { color: rgb(178,197,117); }
H1.HeaderClassName
{
color: #B2C575;
}
.AnyTagClassName
{
color: #B2C575;
}
</style>
background-color css
<style>
a { background-color: #B2C575; }
a { background-color: rgb(178,197,117); }
div.DivClassName
{
background-color: #B2C575;
}
.BgClassName
{
background-color: #B2C575;
}
</style>
border-color css
<style>
span { border-color: #B2C575; }
span { border-color: rgb(178,197,117); }
td.TdClassName
{
border-color: #B2C575;
}
.TagClassName
{
border-color: #B2C575;
}
</style>