#8AA65C

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

Shades of Chelsea Cucumber #8AA65C

Tints of Chelsea Cucumber #8AA65C

Color information

#8AA65C (or 0x8AA65C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 5C. RGB value is (138,166,92). Sum of RGB (Red+Green+Blue) = 138+166+92=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA65C is #7559A3. Grayscale: #959595. Windows color (decimal): -7690660 or 6071946. OLE color: 6071946.

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

Color convert

RGB13816692-
CMYK0.1700.450.35
HSL82.7º29.37%50.59%-
HSV(B)82.7º44.58%65.1%-
XYZ26.0533.4515.21-
YUV149.1995.72120.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=34.85%
G=41.92%
B=23.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166920.1700.450.3582.729.3750.59
Hex8AA65C1102D23531d33
Octal21224613421055431233563
Binary10001010101001101011100100010101101100011101001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,92); }

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

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

 a { background-color: rgb(138,166,92); }

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

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

 span { border-color: rgb(138,166,92); }

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