#8aa457

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

Shades of Chelsea Cucumber #8AA457

Tints of Chelsea Cucumber #8AA457

Color information

#8AA457 (or 0x8AA457) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 57. RGB value is (138,164,87). Sum of RGB (Red+Green+Blue) = 138+164+87=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA457 is #755BA8. Grayscale: #939393. Windows color (decimal): -7691177 or 5743754. OLE color: 5743754.

HSL color Cylindrical-coordinate representation of color #8AA457: hue angle of 80.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AA457 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB13816487-
CMYK0.1600.470.36
HSL80.26º30.68%49.22%-
HSV(B)80.26º46.95%64.31%-
XYZ25.4832.6413.97-
YUV147.4593.89121.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=35.48%
G=42.16%
B=22.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164870.1600.470.3680.2630.6849.22
Hex8AA4571002F24501f31
Octal21224412720057441203761
Binary10001010101001001010111100000101111100100101000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aa457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,87); }

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

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

 a { background-color: rgb(138,164,87); }

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

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

 span { border-color: rgb(138,164,87); }

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