#8AA453

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

Shades of Chelsea Cucumber #8AA453

Tints of Chelsea Cucumber #8AA453

Color information

#8AA453 (or 0x8AA453) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 53. RGB value is (138,164,83). Sum of RGB (Red+Green+Blue) = 138+164+83=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA453 is #755BAC. Grayscale: #939393. Windows color (decimal): -7691181 or 5481610. OLE color: 5481610.

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

Color convert

RGB13816483-
CMYK0.1600.490.36
HSL79.26º32.79%48.43%-
HSV(B)79.26º49.39%64.31%-
XYZ25.3232.5813.14-
YUV146.9991.89121.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=35.84%
G=42.60%
B=21.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164830.1600.490.3679.2632.7948.43
Hex8AA45310031244f2130
Octal21224412320061441174160
Binary100010101010010010100111000001100011001001001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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