#83A34D

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

Shades of Chelsea Cucumber #83A34D

Tints of Chelsea Cucumber #83A34D

Color information

#83A34D (or 0x83A34D) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A3 and 4D. RGB value is (131,163,77). Sum of RGB (Red+Green+Blue) = 131+163+77=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #83A34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A34D is #7C5CB2. Grayscale: #8F8F8F. Windows color (decimal): -8150195 or 5088131. OLE color: 5088131.

HSL color Cylindrical-coordinate representation of color #83A34D: hue angle of 82.33º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83A34D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB13116377-
CMYK0.2000.530.36
HSL82.33º35.83%47.06%-
HSV(B)82.33º52.76%63.92%-
XYZ23.831.5611.86-
YUV143.6390.4118.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=35.31%
G=43.94%
B=20.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131163770.2000.530.3682.3335.8347.06
Hex83A34D140352452242f
Octal20324311524065441224457
Binary100000111010001110011011010001101011001001010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,163,77); }

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

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

 a { background-color: rgb(131,163,77); }

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

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

 span { border-color: rgb(131,163,77); }

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