Shades of Chelsea Cucumber #83B341
Tints of Chelsea Cucumber #83B341
RGB
CMYK
RGB Variations
Color information
#83B341 (or 0x83B341) is known color: Chelsea Cucumber. HEX triplet: 83, B3 and 41. RGB value is (131,179,65). Sum of RGB (Red+Green+Blue) = 131+179+65=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #83B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B341 is #7C4CBE. Grayscale: #989898. Windows color (decimal): -8146111 or 4305795. OLE color: 4305795.
HSL color Cylindrical-coordinate representation of color #83B341: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83B341 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 65 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.30 |
| HSL | 85.26º | 0.47% | 0.48% | - |
| HSV(B) | 85.26º | 0.64% | 0.7% | - |
| XYZ | 26.43 | 37.45 | 10.84 | - |
| YUV | 151.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 65 | 0.27 | 0 | 0.64 | 0.30 | 85.26 | 0.47 | 0.48 |
| Hex | 83 | B3 | 41 | 1B | 0 | 40 | 1E | 55 | 2F | 30 |
| Octal | 203 | 263 | 101 | 33 | 0 | 100 | 36 | 125 | 57 | 60 |
| Binary | 10000011 | 10110011 | 1000001 | 11011 | 0 | 1000000 | 11110 | 1010101 | 101111 | 110000 |
Color Harmonies of #83B341
Complementary color
Monochromatic Colors of #83B341
Black with #83B341
Text Example
Text Example
White with #83B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B341; }
p { color: rgb(131,179,65); }
H1.HeaderClassName
{
color: #83B341;
}
.AnyTagClassName
{
color: #83B341;
}
</style>
background-color css
<style>
a { background-color: #83B341; }
a { background-color: rgb(131,179,65); }
div.DivClassName
{
background-color: #83B341;
}
.BgClassName
{
background-color: #83B341;
}
</style>
border-color css
<style>
span { border-color: #83B341; }
span { border-color: rgb(131,179,65); }
td.TdClassName
{
border-color: #83B341;
}
.TagClassName
{
border-color: #83B341;
}
</style>