#8AAE52

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

Shades of Chelsea Cucumber #8AAE52

Tints of Chelsea Cucumber #8AAE52

Color information

#8AAE52 (or 0x8AAE52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 52. RGB value is (138,174,82). Sum of RGB (Red+Green+Blue) = 138+174+82=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE52 is #7551AD. Grayscale: #999999. Windows color (decimal): -7688622 or 5418634. OLE color: 5418634.

HSL color Cylindrical-coordinate representation of color #8AAE52: hue angle of 83.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAE52 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB13817482-
CMYK0.2100.530.32
HSL83.48º36.22%50.2%-
HSV(B)83.48º52.87%68.24%-
XYZ27.1436.2813.56-
YUV152.7588.07117.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=35.03%
G=44.16%
B=20.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174820.2100.530.3283.4836.2250.2
Hex8AAE521503520532432
Octal21225612225065401234462
Binary100010101010111010100101010101101011000001010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,82); }

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

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

 a { background-color: rgb(138,174,82); }

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

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

 span { border-color: rgb(138,174,82); }

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