#8AAC5C

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

Shades of Chelsea Cucumber #8AAC5C

Tints of Chelsea Cucumber #8AAC5C

Color information

#8AAC5C (or 0x8AAC5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 5C. RGB value is (138,172,92). Sum of RGB (Red+Green+Blue) = 138+172+92=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC5C is #7553A3. Grayscale: #999999. Windows color (decimal): -7689124 or 6073482. OLE color: 6073482.

HSL color Cylindrical-coordinate representation of color #8AAC5C: hue angle of 85.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AAC5C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB13817292-
CMYK0.2000.470.33
HSL85.5º32.52%51.76%-
HSV(B)85.5º46.51%67.45%-
XYZ27.1735.6815.58-
YUV152.7193.74117.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=34.33%
G=42.79%
B=22.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172920.2000.470.3385.532.5251.76
Hex8AAC5C1402F21562134
Octal21225413424057411264164
Binary100010101010110010111001010001011111000011010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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