#82A454

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

Shades of Chelsea Cucumber #82A454

Tints of Chelsea Cucumber #82A454

Color information

#82A454 (or 0x82A454) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A4 and 54. RGB value is (130,164,84). Sum of RGB (Red+Green+Blue) = 130+164+84=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #82A454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A454 is #7D5BAB. Grayscale: #919191. Windows color (decimal): -8215468 or 5547138. OLE color: 5547138.

HSL color Cylindrical-coordinate representation of color #82A454: hue angle of 85.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A454 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB13016484-
CMYK0.2100.490.36
HSL85.5º32.26%48.63%-
HSV(B)85.5º48.78%64.31%-
XYZ24.0831.9413.28-
YUV144.7193.74117.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=34.39%
G=43.39%
B=22.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164840.2100.490.3685.532.2648.63
Hex82A4541503124562031
Octal20224412425061441264061
Binary100000101010010010101001010101100011001001010110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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