#8AAE53

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

Shades of Chelsea Cucumber #8AAE53

Tints of Chelsea Cucumber #8AAE53

Color information

#8AAE53 (or 0x8AAE53) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AE and 53. RGB value is (138,174,83). Sum of RGB (Red+Green+Blue) = 138+174+83=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE53 is #7551AC. Grayscale: #999999. Windows color (decimal): -7688621 or 5484170. OLE color: 5484170.

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

Color convert

RGB13817483-
CMYK0.2100.520.32
HSL83.74º35.97%50.39%-
HSV(B)83.74º52.3%68.24%-
XYZ27.1836.313.76-
YUV152.8688.57117.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=34.94%
G=44.05%
B=21.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138174830.2100.520.3283.7435.9750.39
Hex8AAE531503420542432
Octal21225612325064401244462
Binary100010101010111010100111010101101001000001010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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