Html Css Color HEX #94AA5D Green Smoke

📋 copy color: '#94AA5D'

red 148 ◦ green 170 ◦ blue 93

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

Shades of Green Smoke #94AA5D

Tints of Green Smoke #94AA5D

RGB

 RED value IS 148 (58.2% from 255) = 36.01%

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 36.01%
G = 41.36%
B = 22.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#94AA5D (or 0x94AA5D) is known color: Green Smoke. HEX triplet: 94, AA and 5D. RGB value is (148,170,93). Sum of RGB (Red+Green+Blue) = 148+170+93=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA5D is #6B55A2. Grayscale: #9A9A9A. Windows color (decimal): -7034275 or 6138516. OLE color: 6138516.

HSL color Cylindrical-coordinate representation of color #94AA5D: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94AA5D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 93 -
CMYK 0.13 0 0.45 0.33
HSL 77.14º 0.31% 0.52% -
HSV(B) 77.14º 0.45% 0.67% -
XYZ 28.56 35.84 15.77 -
YUV 154.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 148 170 93 0.13 0 0.45 0.33 77.14 0.31 0.52
Hex 94 AA 5D D 0 2D 21 4D 1F 34
Octal 224 252 135 15 0 55 41 115 37 64
Binary 10010100 10101010 1011101 1101 0 101101 100001 1001101 11111 110100

Color Harmonies of #94AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA5D

Black with #94AA5D

Text Example


Text Example

White with #94AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AA5D; }

 p { color: rgb(148,170,93); }

 H1.HeaderClassName
 {
   color: #94AA5D;
 }
 .AnyTagClassName
 {
   color: #94AA5D;
 }
</style>

background-color css

<style>
 a { background-color: #94AA5D; }

 a { background-color: rgb(148,170,93); }

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

border-color css

<style>
 span { border-color: #94AA5D; }

 span { border-color: rgb(148,170,93); }

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