Shades of Chelsea Cucumber #83BA45
Tints of Chelsea Cucumber #83BA45
RGB
CMYK
RGB Variations
Color information
#83BA45 (or 0x83BA45) is known color: Chelsea Cucumber. HEX triplet: 83, BA and 45. RGB value is (131,186,69). Sum of RGB (Red+Green+Blue) = 131+186+69=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA45 is #7C45BA. Grayscale: #9C9C9C. Windows color (decimal): -8144315 or 4569731. OLE color: 4569731.
HSL color Cylindrical-coordinate representation of color #83BA45: hue angle of 88.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83BA45 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 69 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.27 |
| HSL | 88.21º | 0.46% | 0.5% | - |
| HSV(B) | 88.21º | 0.63% | 0.73% | - |
| XYZ | 27.99 | 40.37 | 11.95 | - |
| YUV | 156.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 69 | 0.30 | 0 | 0.63 | 0.27 | 88.21 | 0.46 | 0.5 |
| Hex | 83 | BA | 45 | 1E | 0 | 3F | 1B | 58 | 2E | 32 |
| Octal | 203 | 272 | 105 | 36 | 0 | 77 | 33 | 130 | 56 | 62 |
| Binary | 10000011 | 10111010 | 1000101 | 11110 | 0 | 111111 | 11011 | 1011000 | 101110 | 110010 |
Color Harmonies of #83BA45
Complementary color
Monochromatic Colors of #83BA45
Black with #83BA45
Text Example
Text Example
White with #83BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA45; }
p { color: rgb(131,186,69); }
H1.HeaderClassName
{
color: #83BA45;
}
.AnyTagClassName
{
color: #83BA45;
}
</style>
background-color css
<style>
a { background-color: #83BA45; }
a { background-color: rgb(131,186,69); }
div.DivClassName
{
background-color: #83BA45;
}
.BgClassName
{
background-color: #83BA45;
}
</style>
border-color css
<style>
span { border-color: #83BA45; }
span { border-color: rgb(131,186,69); }
td.TdClassName
{
border-color: #83BA45;
}
.TagClassName
{
border-color: #83BA45;
}
</style>