#8AA552

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

Shades of Chelsea Cucumber #8AA552

Tints of Chelsea Cucumber #8AA552

Color information

#8AA552 (or 0x8AA552) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A5 and 52. RGB value is (138,165,82). Sum of RGB (Red+Green+Blue) = 138+165+82=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA552 is #755AAD. Grayscale: #939393. Windows color (decimal): -7690926 or 5416330. OLE color: 5416330.

HSL color Cylindrical-coordinate representation of color #8AA552: hue angle of 79.52º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AA552 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB13816582-
CMYK0.1600.500.35
HSL79.52º33.6%48.43%-
HSV(B)79.52º50.3%64.71%-
XYZ25.4632.9213-
YUV147.4691.05121.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=35.84%
G=42.86%
B=21.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165820.1600.500.3579.5233.648.43
Hex8AA5521003223502230
Octal21224512220062431204260
Binary100010101010010110100101000001100101000111010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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