#8AA460

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

Shades of Chelsea Cucumber #8AA460

Tints of Chelsea Cucumber #8AA460

Color information

#8AA460 (or 0x8AA460) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 60. RGB value is (138,164,96). Sum of RGB (Red+Green+Blue) = 138+164+96=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA460 is #755B9F. Grayscale: #949494. Windows color (decimal): -7691168 or 6333578. OLE color: 6333578.

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

Color convert

RGB13816496-
CMYK0.1600.410.36
HSL82.94º27.2%50.98%-
HSV(B)82.94º41.46%64.31%-
XYZ25.8732.816.03-
YUV148.4798.39120.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 164 (64.45% from 255) = 41.21%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=34.67%
G=41.21%
B=24.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164960.1600.410.3682.9427.250.98
Hex8AA4601002924531b33
Octal21224414020051441233363
Binary10001010101001001100000100000101001100100101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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