Html Css Color HEX #8AAA49 Chelsea Cucumber

📋 copy color: '#8AAA49'

red 138 ◦ green 170 ◦ blue 73

#8AAA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8AAA49

Tints of Chelsea Cucumber #8AAA49

RGB

 RED value IS 138 (54.3% from 255) = 36.22%

 GREEN value IS 170 (66.8% from 255) = 44.62%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 36.22%
G = 44.62%
B = 19.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#8AAA49 (or 0x8AAA49) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 49. RGB value is (138,170,73). Sum of RGB (Red+Green+Blue) = 138+170+73=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA49 is #7555B6. Grayscale: #959595. Windows color (decimal): -7689655 or 4827786. OLE color: 4827786.

HSL color Cylindrical-coordinate representation of color #8AAA49: hue angle of 79.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AAA49 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 73 -
CMYK 0.19 0 0.57 0.33
HSL 79.79º 0.4% 0.48% -
HSV(B) 79.79º 0.57% 0.67% -
XYZ 26.06 34.63 11.61 -
YUV 149.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 138 170 73 0.19 0 0.57 0.33 79.79 0.4 0.48
Hex 8A AA 49 13 0 39 21 50 28 30
Octal 212 252 111 23 0 71 41 120 50 60
Binary 10001010 10101010 1001001 10011 0 111001 100001 1010000 101000 110000

Color Harmonies of #8AAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA49

Black with #8AAA49

Text Example


Text Example

White with #8AAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AAA49;
 }
 .AnyTagClassName
 {
   color: #8AAA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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