#82AB5C

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

Shades of Chelsea Cucumber #82AB5C

Tints of Chelsea Cucumber #82AB5C

Color information

#82AB5C (or 0x82AB5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AB and 5C. RGB value is (130,171,92). Sum of RGB (Red+Green+Blue) = 130+171+92=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB5C is #7D54A3. Grayscale: #969696. Windows color (decimal): -8213668 or 6073218. OLE color: 6073218.

HSL color Cylindrical-coordinate representation of color #82AB5C: hue angle of 91.14º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82AB5C is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB13017192-
CMYK0.2400.460.33
HSL91.14º31.98%51.57%-
HSV(B)91.14º46.2%67.06%-
XYZ25.734.6415.46-
YUV149.7395.42113.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=33.08%
G=43.51%
B=23.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171920.2400.460.3391.1431.9851.57
Hex82AB5C1802E215b2034
Octal20225313430056411334064
Binary100000101010101110111001100001011101000011011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AB5C; }

 p { color: rgb(130,171,92); }

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

<style>
 a { background-color: #82AB5C; }

 a { background-color: rgb(130,171,92); }

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

<style>
 span { border-color: #82AB5C; }

 span { border-color: rgb(130,171,92); }

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