Shades of Chelsea Cucumber #83B260
Tints of Chelsea Cucumber #83B260
RGB
CMYK
RGB Variations
Color information
#83B260 (or 0x83B260) is known color: Chelsea Cucumber. HEX triplet: 83, B2 and 60. RGB value is (131,178,96). Sum of RGB (Red+Green+Blue) = 131+178+96=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #83B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B260 is #7C4D9F. Grayscale: #9A9A9A. Windows color (decimal): -8146336 or 6337155. OLE color: 6337155.
HSL color Cylindrical-coordinate representation of color #83B260: hue angle of 94.39º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83B260 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 96 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.30 |
| HSL | 94.39º | 0.35% | 0.54% | - |
| HSV(B) | 94.39º | 0.46% | 0.7% | - |
| XYZ | 27.39 | 37.51 | 16.86 | - |
| YUV | 154.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 96 | 0.26 | 0 | 0.46 | 0.30 | 94.39 | 0.35 | 0.54 |
| Hex | 83 | B2 | 60 | 1A | 0 | 2E | 1E | 5E | 23 | 36 |
| Octal | 203 | 262 | 140 | 32 | 0 | 56 | 36 | 136 | 43 | 66 |
| Binary | 10000011 | 10110010 | 1100000 | 11010 | 0 | 101110 | 11110 | 1011110 | 100011 | 110110 |
Color Harmonies of #83B260
Complementary color
Monochromatic Colors of #83B260
Black with #83B260
Text Example
Text Example
White with #83B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B260; }
p { color: rgb(131,178,96); }
H1.HeaderClassName
{
color: #83B260;
}
.AnyTagClassName
{
color: #83B260;
}
</style>
background-color css
<style>
a { background-color: #83B260; }
a { background-color: rgb(131,178,96); }
div.DivClassName
{
background-color: #83B260;
}
.BgClassName
{
background-color: #83B260;
}
</style>
border-color css
<style>
span { border-color: #83B260; }
span { border-color: rgb(131,178,96); }
td.TdClassName
{
border-color: #83B260;
}
.TagClassName
{
border-color: #83B260;
}
</style>