#83A25C

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

Shades of Chelsea Cucumber #83A25C

Tints of Chelsea Cucumber #83A25C

Color information

#83A25C (or 0x83A25C) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A2 and 5C. RGB value is (131,162,92). Sum of RGB (Red+Green+Blue) = 131+162+92=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #83A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A25C is #7C5DA3. Grayscale: #919191. Windows color (decimal): -8150436 or 6070915. OLE color: 6070915.

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

Color convert

RGB13116292-
CMYK0.1900.430.36
HSL86.57º27.56%49.8%-
HSV(B)86.57º43.21%63.53%-
XYZ24.2131.4414.92-
YUV144.7598.23118.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=34.03%
G=42.08%
B=23.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162920.1900.430.3686.5727.5649.8
Hex83A25C1302B24571c32
Octal20324213423053441273462
Binary10000011101000101011100100110101011100100101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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