#8AAA6B

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

Shades of Chelsea Cucumber #8AAA6B

Tints of Chelsea Cucumber #8AAA6B

Color information

#8AAA6B (or 0x8AAA6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AA and 6B. RGB value is (138,170,107). Sum of RGB (Red+Green+Blue) = 138+170+107=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA6B is #755594. Grayscale: #999999. Windows color (decimal): -7689621 or 7056010. OLE color: 7056010.

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

Color convert

RGB138170107-
CMYK0.1900.370.33
HSL90.48º27.04%54.31%-
HSV(B)90.48º37.06%66.67%-
XYZ27.5135.2119.26-
YUV153.25101.9117.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=33.25%
G=40.96%
B=25.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381701070.1900.370.3390.4827.0454.31
Hex8AAA6B13025215a1b36
Octal21225215323045411323366
Binary10001010101010101101011100110100101100001101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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