#8AA561

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

Shades of Chelsea Cucumber #8AA561

Tints of Chelsea Cucumber #8AA561

Color information

#8AA561 (or 0x8AA561) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A5 and 61. RGB value is (138,165,97). Sum of RGB (Red+Green+Blue) = 138+165+97=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA561 is #755A9E. Grayscale: #959595. Windows color (decimal): -7690911 or 6399370. OLE color: 6399370.

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

Color convert

RGB13816597-
CMYK0.1600.410.35
HSL83.82º27.42%51.37%-
HSV(B)83.82º41.21%64.71%-
XYZ26.0933.1816.34-
YUV149.1798.55120.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=34.5%
G=41.25%
B=24.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165970.1600.410.3583.8227.4251.37
Hex8AA5611002923541b33
Octal21224514120051431243363
Binary10001010101001011100001100000101001100011101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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