#83AA50

Color #83AA50 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #83AA50

Tints of Chelsea Cucumber #83AA50

Color information

#83AA50 (or 0x83AA50) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AA and 50. RGB value is (131,170,80). Sum of RGB (Red+Green+Blue) = 131+170+80=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA50 is #7C55AF. Grayscale: #949494. Windows color (decimal): -8148400 or 5286531. OLE color: 5286531.

HSL color Cylindrical-coordinate representation of color #83AA50: hue angle of 86º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83AA50 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB13117080-
CMYK0.2300.530.33
HSL86º36%49.02%-
HSV(B)86º52.94%66.67%-
XYZ25.1834.1512.85-
YUV148.0889.58115.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=34.38%
G=44.62%
B=21.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131170800.2300.530.33863649.02
Hex83AA501703521562431
Octal20325212027065411264461
Binary100000111010101010100001011101101011000011010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AA50; }

 p { color: rgb(131,170,80); }

 H1.HeaderClassName
 {
   color: #83AA50;
 }
 .AnyTagClassName
 {
   color: #83AA50;
 }
</style>
background-color css

<style>
 a { background-color: #83AA50; }

 a { background-color: rgb(131,170,80); }

 div.DivClassName
 {
   background-color: #83AA50;
 }
 .BgClassName
 {
   background-color: #83AA50;
 }
</style>
border-color css

<style>
 span { border-color: #83AA50; }

 span { border-color: rgb(131,170,80); }

 td.TdClassName
 {
   border-color: #83AA50;
 }
 .TagClassName
 {
   border-color: #83AA50;
 }
</style>