#8AA362

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

Shades of Chelsea Cucumber #8AA362

Tints of Chelsea Cucumber #8AA362

Color information

#8AA362 (or 0x8AA362) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 62. RGB value is (138,163,98). Sum of RGB (Red+Green+Blue) = 138+163+98=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA362 is #755C9D. Grayscale: #949494. Windows color (decimal): -7691422 or 6464394. OLE color: 6464394.

HSL color Cylindrical-coordinate representation of color #8AA362: hue angle of 83.08º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AA362 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB13816398-
CMYK0.1500.400.36
HSL83.08º26.1%51.18%-
HSV(B)83.08º39.88%63.92%-
XYZ25.7832.4816.47-
YUV148.1199.72120.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=34.59%
G=40.85%
B=24.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163980.1500.400.3683.0826.151.18
Hex8AA362F02824531a33
Octal21224314217050441233263
Binary1000101010100011110001011110101000100100101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,98); }

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

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

 a { background-color: rgb(138,163,98); }

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

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

 span { border-color: rgb(138,163,98); }

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