Shades of Caper #B2C58C
Tints of Caper #B2C58C
RGB
CMYK
RGB Variations
Color information
#B2C58C (or 0xB2C58C) is known color: Caper. HEX triplet: B2, C5 and 8C. RGB value is (178,197,140). Sum of RGB (Red+Green+Blue) = 178+197+140=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C58C is #4D3A73. Grayscale: #B9B9B9. Windows color (decimal): -5061236 or 9225650. OLE color: 9225650.
HSL color Cylindrical-coordinate representation of color #B2C58C: hue angle of 80º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C58C is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 140 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.23 |
| HSL | 80º | 0.33% | 0.66% | - |
| HSV(B) | 80º | 0.29% | 0.77% | - |
| XYZ | 43.06 | 51.29 | 32.44 | - |
| YUV | 184.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 140 | 0.10 | 0 | 0.29 | 0.23 | 80 | 0.33 | 0.66 |
| Hex | B2 | C5 | 8C | A | 0 | 1D | 17 | 50 | 21 | 42 |
| Octal | 262 | 305 | 214 | 12 | 0 | 35 | 27 | 120 | 41 | 102 |
| Binary | 10110010 | 11000101 | 10001100 | 1010 | 0 | 11101 | 10111 | 1010000 | 100001 | 1000010 |
Color Harmonies of #B2C58C
Complementary color
Monochromatic Colors of #B2C58C
Black with #B2C58C
Text Example
Text Example
White with #B2C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C58C; }
p { color: rgb(178,197,140); }
H1.HeaderClassName
{
color: #B2C58C;
}
.AnyTagClassName
{
color: #B2C58C;
}
</style>
background-color css
<style>
a { background-color: #B2C58C; }
a { background-color: rgb(178,197,140); }
div.DivClassName
{
background-color: #B2C58C;
}
.BgClassName
{
background-color: #B2C58C;
}
</style>
border-color css
<style>
span { border-color: #B2C58C; }
span { border-color: rgb(178,197,140); }
td.TdClassName
{
border-color: #B2C58C;
}
.TagClassName
{
border-color: #B2C58C;
}
</style>