#82AE54

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

Shades of Chelsea Cucumber #82AE54

Tints of Chelsea Cucumber #82AE54

Color information

#82AE54 (or 0x82AE54) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, AE and 54. RGB value is (130,174,84). Sum of RGB (Red+Green+Blue) = 130+174+84=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE54 is #7D51AB. Grayscale: #969696. Windows color (decimal): -8212908 or 5549698. OLE color: 5549698.

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

Color convert

RGB13017484-
CMYK0.2500.520.32
HSL89.33º35.71%50.59%-
HSV(B)89.33º51.72%68.24%-
XYZ25.9435.6613.9-
YUV150.5890.42113.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=33.51%
G=44.85%
B=21.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130174840.2500.520.3289.3335.7150.59
Hex82AE541903420592433
Octal20225612431064401314463
Binary100000101010111010101001100101101001000001011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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