#8AAB60

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

Shades of Chelsea Cucumber #8AAB60

Tints of Chelsea Cucumber #8AAB60

Color information

#8AAB60 (or 0x8AAB60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 60. RGB value is (138,171,96). Sum of RGB (Red+Green+Blue) = 138+171+96=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB60 is #75549F. Grayscale: #989898. Windows color (decimal): -7689376 or 6335370. OLE color: 6335370.

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

Color convert

RGB13817196-
CMYK0.1900.440.33
HSL86.4º30.86%52.35%-
HSV(B)86.4º43.86%67.06%-
XYZ27.1635.3716.46-
YUV152.5896.07117.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=34.07%
G=42.22%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171960.1900.440.3386.430.8652.35
Hex8AAB601302C21561f34
Octal21225314023054411263764
Binary10001010101010111100000100110101100100001101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,96); }

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

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

 a { background-color: rgb(138,171,96); }

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

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

 span { border-color: rgb(138,171,96); }

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