Shades of Chelsea Cucumber #83B354
Tints of Chelsea Cucumber #83B354
RGB
CMYK
RGB Variations
Color information
#83B354 (or 0x83B354) is known color: Chelsea Cucumber. HEX triplet: 83, B3 and 54. RGB value is (131,179,84). Sum of RGB (Red+Green+Blue) = 131+179+84=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #83B354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B354 is #7C4CAB. Grayscale: #9A9A9A. Windows color (decimal): -8146092 or 5550979. OLE color: 5550979.
HSL color Cylindrical-coordinate representation of color #83B354: hue angle of 90.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83B354 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 84 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.30 |
| HSL | 90.32º | 0.38% | 0.52% | - |
| HSV(B) | 90.32º | 0.53% | 0.7% | - |
| XYZ | 27.08 | 37.71 | 14.24 | - |
| YUV | 153.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 84 | 0.27 | 0 | 0.53 | 0.30 | 90.32 | 0.38 | 0.52 |
| Hex | 83 | B3 | 54 | 1B | 0 | 35 | 1E | 5A | 26 | 34 |
| Octal | 203 | 263 | 124 | 33 | 0 | 65 | 36 | 132 | 46 | 64 |
| Binary | 10000011 | 10110011 | 1010100 | 11011 | 0 | 110101 | 11110 | 1011010 | 100110 | 110100 |
Color Harmonies of #83B354
Complementary color
Monochromatic Colors of #83B354
Black with #83B354
Text Example
Text Example
White with #83B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B354; }
p { color: rgb(131,179,84); }
H1.HeaderClassName
{
color: #83B354;
}
.AnyTagClassName
{
color: #83B354;
}
</style>
background-color css
<style>
a { background-color: #83B354; }
a { background-color: rgb(131,179,84); }
div.DivClassName
{
background-color: #83B354;
}
.BgClassName
{
background-color: #83B354;
}
</style>
border-color css
<style>
span { border-color: #83B354; }
span { border-color: rgb(131,179,84); }
td.TdClassName
{
border-color: #83B354;
}
.TagClassName
{
border-color: #83B354;
}
</style>