#82A954

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

Shades of Chelsea Cucumber #82A954

Tints of Chelsea Cucumber #82A954

Color information

#82A954 (or 0x82A954) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A9 and 54. RGB value is (130,169,84). Sum of RGB (Red+Green+Blue) = 130+169+84=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #82A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A954 is #7D56AB. Grayscale: #939393. Windows color (decimal): -8214188 or 5548418. OLE color: 5548418.

HSL color Cylindrical-coordinate representation of color #82A954: hue angle of 87.53º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82A954 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB13016984-
CMYK0.2300.500.34
HSL87.53º33.6%49.61%-
HSV(B)87.53º50.3%66.27%-
XYZ24.9933.7613.59-
YUV147.6592.08115.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=33.94%
G=44.13%
B=21.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169840.2300.500.3487.5333.649.61
Hex82A9541703222582232
Octal20225112427062421304262
Binary100000101010100110101001011101100101000101011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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