#8AAB4A

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

Shades of Chelsea Cucumber #8AAB4A

Tints of Chelsea Cucumber #8AAB4A

Color information

#8AAB4A (or 0x8AAB4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 4A. RGB value is (138,171,74). Sum of RGB (Red+Green+Blue) = 138+171+74=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB4A is #7554B5. Grayscale: #969696. Windows color (decimal): -7689398 or 4893578. OLE color: 4893578.

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

Color convert

RGB13817174-
CMYK0.1900.570.33
HSL80.41º39.59%48.04%-
HSV(B)80.41º56.73%67.06%-
XYZ26.2835.0211.85-
YUV150.0885.07119.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=36.03%
G=44.65%
B=19.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138171740.1900.570.3380.4139.5948.04
Hex8AAB4A1303921502830
Octal21225311223071411205060
Binary100010101010101110010101001101110011000011010000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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