Shades of Chelsea Cucumber #83B343
Tints of Chelsea Cucumber #83B343
RGB
CMYK
RGB Variations
Color information
#83B343 (or 0x83B343) is known color: Chelsea Cucumber. HEX triplet: 83, B3 and 43. RGB value is (131,179,67). Sum of RGB (Red+Green+Blue) = 131+179+67=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #83B343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B343 is #7C4CBC. Grayscale: #989898. Windows color (decimal): -8146109 or 4436867. OLE color: 4436867.
HSL color Cylindrical-coordinate representation of color #83B343: hue angle of 85.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83B343 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 67 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.30 |
| HSL | 85.71º | 0.46% | 0.48% | - |
| HSV(B) | 85.71º | 0.63% | 0.7% | - |
| XYZ | 26.49 | 37.47 | 11.15 | - |
| YUV | 151.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 67 | 0.27 | 0 | 0.63 | 0.30 | 85.71 | 0.46 | 0.48 |
| Hex | 83 | B3 | 43 | 1B | 0 | 3F | 1E | 56 | 2E | 30 |
| Octal | 203 | 263 | 103 | 33 | 0 | 77 | 36 | 126 | 56 | 60 |
| Binary | 10000011 | 10110011 | 1000011 | 11011 | 0 | 111111 | 11110 | 1010110 | 101110 | 110000 |
Color Harmonies of #83B343
Complementary color
Monochromatic Colors of #83B343
Black with #83B343
Text Example
Text Example
White with #83B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B343; }
p { color: rgb(131,179,67); }
H1.HeaderClassName
{
color: #83B343;
}
.AnyTagClassName
{
color: #83B343;
}
</style>
background-color css
<style>
a { background-color: #83B343; }
a { background-color: rgb(131,179,67); }
div.DivClassName
{
background-color: #83B343;
}
.BgClassName
{
background-color: #83B343;
}
</style>
border-color css
<style>
span { border-color: #83B343; }
span { border-color: rgb(131,179,67); }
td.TdClassName
{
border-color: #83B343;
}
.TagClassName
{
border-color: #83B343;
}
</style>