Html Css Color HEX #94A853 Green Smoke

📋 copy color: '#94A853'

red 148 ◦ green 168 ◦ blue 83

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

Shades of Green Smoke #94A853

Tints of Green Smoke #94A853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 37.09%
G = 42.11%
B = 20.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#94A853 (or 0x94A853) is known color: Green Smoke. HEX triplet: 94, A8 and 53. RGB value is (148,168,83). Sum of RGB (Red+Green+Blue) = 148+168+83=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #94A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A853 is #6B57AC. Grayscale: #989898. Windows color (decimal): -7034797 or 5482644. OLE color: 5482644.

HSL color Cylindrical-coordinate representation of color #94A853: hue angle of 74.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94A853 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 168 83 -
CMYK 0.12 0 0.51 0.34
HSL 74.12º 0.34% 0.49% -
HSV(B) 74.12º 0.51% 0.66% -
XYZ 27.78 34.93 13.46 -
YUV 152.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 148 168 83 0.12 0 0.51 0.34 74.12 0.34 0.49
Hex 94 A8 53 C 0 33 22 4A 22 31
Octal 224 250 123 14 0 63 42 112 42 61
Binary 10010100 10101000 1010011 1100 0 110011 100010 1001010 100010 110001

Color Harmonies of #94A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A853

Black with #94A853

Text Example


Text Example

White with #94A853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,83); }

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

background-color css

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

 a { background-color: rgb(148,168,83); }

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

border-color css

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

 span { border-color: rgb(148,168,83); }

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