#83A25E

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

Shades of Chelsea Cucumber #83A25E

Tints of Chelsea Cucumber #83A25E

Color information

#83A25E (or 0x83A25E) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A2 and 5E. RGB value is (131,162,94). Sum of RGB (Red+Green+Blue) = 131+162+94=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #83A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A25E is #7C5DA1. Grayscale: #919191. Windows color (decimal): -8150434 or 6201987. OLE color: 6201987.

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

Color convert

RGB13116294-
CMYK0.1900.420.36
HSL87.35º26.77%50.2%-
HSV(B)87.35º41.98%63.53%-
XYZ24.331.4715.38-
YUV144.9899.23118.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=33.85%
G=41.86%
B=24.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162940.1900.420.3687.3526.7750.2
Hex83A25E1302A24571b32
Octal20324213623052441273362
Binary10000011101000101011110100110101010100100101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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