#8AA459

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

Shades of Chelsea Cucumber #8AA459

Tints of Chelsea Cucumber #8AA459

Color information

#8AA459 (or 0x8AA459) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 59. RGB value is (138,164,89). Sum of RGB (Red+Green+Blue) = 138+164+89=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA459 is #755BA6. Grayscale: #939393. Windows color (decimal): -7691175 or 5874826. OLE color: 5874826.

HSL color Cylindrical-coordinate representation of color #8AA459: hue angle of 80.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA459 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB13816489-
CMYK0.1600.460.36
HSL80.8º29.64%49.61%-
HSV(B)80.8º45.73%64.31%-
XYZ25.5632.6814.41-
YUV147.6894.89121.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=35.29%
G=41.94%
B=22.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164890.1600.460.3680.829.6449.61
Hex8AA4591002E24511e32
Octal21224413120056441213662
Binary10001010101001001011001100000101110100100101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA459; }

 p { color: rgb(138,164,89); }

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

<style>
 a { background-color: #8AA459; }

 a { background-color: rgb(138,164,89); }

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

<style>
 span { border-color: #8AA459; }

 span { border-color: rgb(138,164,89); }

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