#83A35C

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

Shades of Chelsea Cucumber #83A35C

Tints of Chelsea Cucumber #83A35C

Color information

#83A35C (or 0x83A35C) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A3 and 5C. RGB value is (131,163,92). Sum of RGB (Red+Green+Blue) = 131+163+92=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #83A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A35C is #7C5CA3. Grayscale: #919191. Windows color (decimal): -8150180 or 6071171. OLE color: 6071171.

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

Color convert

RGB13116392-
CMYK0.2000.440.36
HSL87.04º27.84%50%-
HSV(B)87.04º43.56%63.92%-
XYZ24.3931.7914.98-
YUV145.3497.9117.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=33.94%
G=42.23%
B=23.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131163920.2000.440.3687.0427.8450
Hex83A35C1402C24571c32
Octal20324313424054441273462
Binary10000011101000111011100101000101100100100101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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