#8aa462

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

Shades of Chelsea Cucumber #8AA462

Tints of Chelsea Cucumber #8AA462

Color information

#8AA462 (or 0x8AA462) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 62. RGB value is (138,164,98). Sum of RGB (Red+Green+Blue) = 138+164+98=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA462 is #755B9D. Grayscale: #949494. Windows color (decimal): -7691166 or 6464650. OLE color: 6464650.

HSL color Cylindrical-coordinate representation of color #8AA462: hue angle of 83.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AA462 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB13816498-
CMYK0.1600.400.36
HSL83.64º26.61%51.37%-
HSV(B)83.64º40.24%64.31%-
XYZ25.9632.8416.52-
YUV148.799.39120.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=34.5%
G=41%
B=24.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164980.1600.400.3683.6426.6151.37
Hex8AA4621002824541b33
Octal21224414220050441243363
Binary10001010101001001100010100000101000100100101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aa462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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