#83AA5D

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

Shades of Chelsea Cucumber #83AA5D

Tints of Chelsea Cucumber #83AA5D

Color information

#83AA5D (or 0x83AA5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AA and 5D. RGB value is (131,170,93). Sum of RGB (Red+Green+Blue) = 131+170+93=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA5D is #7C55A2. Grayscale: #959595. Windows color (decimal): -8148387 or 6138499. OLE color: 6138499.

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

Color convert

RGB13117093-
CMYK0.2300.450.33
HSL90.39º31.17%51.57%-
HSV(B)90.39º45.29%66.67%-
XYZ25.7134.3715.63-
YUV149.5696.08114.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.25%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=33.25%
G=43.15%
B=23.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131170930.2300.450.3390.3931.1751.57
Hex83AA5D1702D215a1f34
Octal20325213527055411323764
Binary10000011101010101011101101110101101100001101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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