#82AE4C

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

Shades of Chelsea Cucumber #82AE4C

Tints of Chelsea Cucumber #82AE4C

Color information

#82AE4C (or 0x82AE4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AE and 4C. RGB value is (130,174,76). Sum of RGB (Red+Green+Blue) = 130+174+76=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AE4C is #7D51B3. Grayscale: #969696. Windows color (decimal): -8212916 or 5025410. OLE color: 5025410.

HSL color Cylindrical-coordinate representation of color #82AE4C: hue angle of 86.94º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82AE4C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB13017476-
CMYK0.2500.560.32
HSL86.94º39.2%49.02%-
HSV(B)86.94º56.32%68.24%-
XYZ25.6535.5412.35-
YUV149.6786.42113.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 76 (30.08% from 255) = 20%
R=34.21%
G=45.79%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130174760.2500.560.3286.9439.249.02
Hex82AE4C1903820572731
Octal20225611431070401274761
Binary100000101010111010011001100101110001000001010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,174,76); }

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

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

 a { background-color: rgb(130,174,76); }

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

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

 span { border-color: rgb(130,174,76); }

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