Shades of Chelsea Cucumber #83B548
Tints of Chelsea Cucumber #83B548
RGB
CMYK
RGB Variations
Color information
#83B548 (or 0x83B548) is known color: Chelsea Cucumber. HEX triplet: 83, B5 and 48. RGB value is (131,181,72). Sum of RGB (Red+Green+Blue) = 131+181+72=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #83B548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B548 is #7C4AB7. Grayscale: #9A9A9A. Windows color (decimal): -8145592 or 4765059. OLE color: 4765059.
HSL color Cylindrical-coordinate representation of color #83B548: hue angle of 87.52º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83B548 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 72 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.29 |
| HSL | 87.52º | 0.43% | 0.5% | - |
| HSV(B) | 87.52º | 0.6% | 0.71% | - |
| XYZ | 27.05 | 38.34 | 12.11 | - |
| YUV | 153.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 72 | 0.28 | 0 | 0.60 | 0.29 | 87.52 | 0.43 | 0.5 |
| Hex | 83 | B5 | 48 | 1C | 0 | 3C | 1D | 58 | 2B | 32 |
| Octal | 203 | 265 | 110 | 34 | 0 | 74 | 35 | 130 | 53 | 62 |
| Binary | 10000011 | 10110101 | 1001000 | 11100 | 0 | 111100 | 11101 | 1011000 | 101011 | 110010 |
Color Harmonies of #83B548
Complementary color
Monochromatic Colors of #83B548
Black with #83B548
Text Example
Text Example
White with #83B548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B548; }
p { color: rgb(131,181,72); }
H1.HeaderClassName
{
color: #83B548;
}
.AnyTagClassName
{
color: #83B548;
}
</style>
background-color css
<style>
a { background-color: #83B548; }
a { background-color: rgb(131,181,72); }
div.DivClassName
{
background-color: #83B548;
}
.BgClassName
{
background-color: #83B548;
}
</style>
border-color css
<style>
span { border-color: #83B548; }
span { border-color: rgb(131,181,72); }
td.TdClassName
{
border-color: #83B548;
}
.TagClassName
{
border-color: #83B548;
}
</style>