#8AAA56

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

Shades of Chelsea Cucumber #8AAA56

Tints of Chelsea Cucumber #8AAA56

Color information

#8AAA56 (or 0x8AAA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AA and 56. RGB value is (138,170,86). Sum of RGB (Red+Green+Blue) = 138+170+86=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA56 is #7555A9. Grayscale: #979797. Windows color (decimal): -7689642 or 5679754. OLE color: 5679754.

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

Color convert

RGB13817086-
CMYK0.1900.490.33
HSL82.86º33.07%50.2%-
HSV(B)82.86º49.41%66.67%-
XYZ26.5434.8214.13-
YUV150.8691.4118.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=35.03%
G=43.15%
B=21.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138170860.1900.490.3382.8633.0750.2
Hex8AAA561303121532132
Octal21225212623061411234162
Binary100010101010101010101101001101100011000011010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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