#8AAA4B

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

Shades of Chelsea Cucumber #8AAA4B

Tints of Chelsea Cucumber #8AAA4B

Color information

#8AAA4B (or 0x8AAA4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AA and 4B. RGB value is (138,170,75). Sum of RGB (Red+Green+Blue) = 138+170+75=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA4B is #7555B4. Grayscale: #959595. Windows color (decimal): -7689653 or 4958858. OLE color: 4958858.

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

Color convert

RGB13817075-
CMYK0.1900.560.33
HSL80.21º38.78%48.04%-
HSV(B)80.21º55.88%66.67%-
XYZ26.1334.6611.97-
YUV149.685.9119.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=36.03%
G=44.39%
B=19.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170750.1900.560.3380.2138.7848.04
Hex8AAA4B1303821502730
Octal21225211323070411204760
Binary100010101010101010010111001101110001000011010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,75); }

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

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

 a { background-color: rgb(138,170,75); }

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

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

 span { border-color: rgb(138,170,75); }

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