#8AA959

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

Shades of Chelsea Cucumber #8AA959

Tints of Chelsea Cucumber #8AA959

Color information

#8AA959 (or 0x8AA959) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A9 and 59. RGB value is (138,169,89). Sum of RGB (Red+Green+Blue) = 138+169+89=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA959 is #7556A6. Grayscale: #969696. Windows color (decimal): -7689895 or 5876106. OLE color: 5876106.

HSL color Cylindrical-coordinate representation of color #8AA959: hue angle of 83.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AA959 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB13816989-
CMYK0.1800.470.34
HSL83.25º31.75%50.59%-
HSV(B)83.25º47.34%66.27%-
XYZ26.4734.514.72-
YUV150.6193.23119-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=34.85%
G=42.68%
B=22.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138169890.1800.470.3483.2531.7550.59
Hex8AA9591202F22532033
Octal21225113122057421234063
Binary100010101010100110110011001001011111000101010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,89); }

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

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

 a { background-color: rgb(138,169,89); }

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

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

 span { border-color: rgb(138,169,89); }

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