#8AA560

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

Shades of Chelsea Cucumber #8AA560

Tints of Chelsea Cucumber #8AA560

Color information

#8AA560 (or 0x8AA560) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A5 and 60. RGB value is (138,165,96). Sum of RGB (Red+Green+Blue) = 138+165+96=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA560 is #755A9F. Grayscale: #959595. Windows color (decimal): -7690912 or 6333834. OLE color: 6333834.

HSL color Cylindrical-coordinate representation of color #8AA560: hue angle of 83.48º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA560 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB13816596-
CMYK0.1600.420.35
HSL83.48º27.71%51.18%-
HSV(B)83.48º41.82%64.71%-
XYZ26.0533.1616.09-
YUV149.0698.05120.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=34.59%
G=41.35%
B=24.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165960.1600.420.3583.4827.7151.18
Hex8AA5601002A23531c33
Octal21224514020052431233463
Binary10001010101001011100000100000101010100011101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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