#8AA463

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

Shades of Chelsea Cucumber #8AA463

Tints of Chelsea Cucumber #8AA463

Color information

#8AA463 (or 0x8AA463) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 63. RGB value is (138,164,99). Sum of RGB (Red+Green+Blue) = 138+164+99=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA463 is #755B9C. Grayscale: #959595. Windows color (decimal): -7691165 or 6530186. OLE color: 6530186.

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

Color convert

RGB13816499-
CMYK0.1600.400.36
HSL84º26.32%51.57%-
HSV(B)84º39.63%64.31%-
XYZ26.0132.8616.78-
YUV148.8299.89120.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.41%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=34.41%
G=40.90%
B=24.69%

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
Decimal138164990.1600.400.368426.3251.57
Hex8AA4631002824541a34
Octal21224414320050441243264
Binary10001010101001001100011100000101000100100101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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