#8AAA53

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

Shades of Chelsea Cucumber #8AAA53

Tints of Chelsea Cucumber #8AAA53

Color information

#8AAA53 (or 0x8AAA53) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AA and 53. RGB value is (138,170,83). Sum of RGB (Red+Green+Blue) = 138+170+83=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA53 is #7555AC. Grayscale: #969696. Windows color (decimal): -7689645 or 5483146. OLE color: 5483146.

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

Color convert

RGB13817083-
CMYK0.1900.510.33
HSL82.07º34.39%49.61%-
HSV(B)82.07º51.18%66.67%-
XYZ26.4234.7813.5-
YUV150.5189.9119.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=35.29%
G=43.48%
B=21.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170830.1900.510.3382.0734.3949.61
Hex8AAA531303321522232
Octal21225212323063411224262
Binary100010101010101010100111001101100111000011010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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