#8AA467

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

Shades of Chelsea Cucumber #8AA467

Tints of Chelsea Cucumber #8AA467

Color information

#8AA467 (or 0x8AA467) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 67. RGB value is (138,164,103). Sum of RGB (Red+Green+Blue) = 138+164+103=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA467 is #755B98. Grayscale: #959595. Windows color (decimal): -7691161 or 6792330. OLE color: 6792330.

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

Color convert

RGB138164103-
CMYK0.1600.370.36
HSL85.57º25.1%52.35%-
HSV(B)85.57º37.2%64.31%-
XYZ26.232.9317.81-
YUV149.27101.89119.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=34.07%
G=40.49%
B=25.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641030.1600.370.3685.5725.152.35
Hex8AA4671002524561934
Octal21224414720045441263164
Binary10001010101001001100111100000100101100100101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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