#8AAD49

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

Shades of Chelsea Cucumber #8AAD49

Tints of Chelsea Cucumber #8AAD49

Color information

#8AAD49 (or 0x8AAD49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 49. RGB value is (138,173,73). Sum of RGB (Red+Green+Blue) = 138+173+73=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD49 is #7552B6. Grayscale: #979797. Windows color (decimal): -7688887 or 4828554. OLE color: 4828554.

HSL color Cylindrical-coordinate representation of color #8AAD49: hue angle of 81º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AAD49 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB13817373-
CMYK0.2000.580.32
HSL81º40.65%48.24%-
HSV(B)81º57.8%67.84%-
XYZ26.6335.7711.8-
YUV151.1483.9118.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 73 (28.91% from 255) = 19.01%
R=35.94%
G=45.05%
B=19.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173730.2000.580.328140.6548.24
Hex8AAD491403A20512930
Octal21225511124072401215160
Binary100010101010110110010011010001110101000001010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,73); }

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

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

 a { background-color: rgb(138,173,73); }

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

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

 span { border-color: rgb(138,173,73); }

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