#8AAB61

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

Shades of Chelsea Cucumber #8AAB61

Tints of Chelsea Cucumber #8AAB61

Color information

#8AAB61 (or 0x8AAB61) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 61. RGB value is (138,171,97). Sum of RGB (Red+Green+Blue) = 138+171+97=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB61 is #75549E. Grayscale: #989898. Windows color (decimal): -7689375 or 6400906. OLE color: 6400906.

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

Color convert

RGB13817197-
CMYK0.1900.430.33
HSL86.76º30.58%52.55%-
HSV(B)86.76º43.27%67.06%-
XYZ27.235.3916.71-
YUV152.796.57117.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=33.99%
G=42.12%
B=23.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171970.1900.430.3386.7630.5852.55
Hex8AAB611302B21571f35
Octal21225314123053411273765
Binary10001010101010111100001100110101011100001101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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