Shades of Chelsea Cucumber #83B160
Tints of Chelsea Cucumber #83B160
RGB
CMYK
RGB Variations
Color information
#83B160 (or 0x83B160) is known color: Chelsea Cucumber. HEX triplet: 83, B1 and 60. RGB value is (131,177,96). Sum of RGB (Red+Green+Blue) = 131+177+96=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #83B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B160 is #7C4E9F. Grayscale: #9A9A9A. Windows color (decimal): -8146592 or 6336899. OLE color: 6336899.
HSL color Cylindrical-coordinate representation of color #83B160: hue angle of 94.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83B160 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 96 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.31 |
| HSL | 94.07º | 0.34% | 0.54% | - |
| HSV(B) | 94.07º | 0.46% | 0.69% | - |
| XYZ | 27.19 | 37.11 | 16.8 | - |
| YUV | 154.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 96 | 0.26 | 0 | 0.46 | 0.31 | 94.07 | 0.34 | 0.54 |
| Hex | 83 | B1 | 60 | 1A | 0 | 2E | 1F | 5E | 22 | 36 |
| Octal | 203 | 261 | 140 | 32 | 0 | 56 | 37 | 136 | 42 | 66 |
| Binary | 10000011 | 10110001 | 1100000 | 11010 | 0 | 101110 | 11111 | 1011110 | 100010 | 110110 |
Color Harmonies of #83B160
Complementary color
Monochromatic Colors of #83B160
Black with #83B160
Text Example
Text Example
White with #83B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B160; }
p { color: rgb(131,177,96); }
H1.HeaderClassName
{
color: #83B160;
}
.AnyTagClassName
{
color: #83B160;
}
</style>
background-color css
<style>
a { background-color: #83B160; }
a { background-color: rgb(131,177,96); }
div.DivClassName
{
background-color: #83B160;
}
.BgClassName
{
background-color: #83B160;
}
</style>
border-color css
<style>
span { border-color: #83B160; }
span { border-color: rgb(131,177,96); }
td.TdClassName
{
border-color: #83B160;
}
.TagClassName
{
border-color: #83B160;
}
</style>