Html Css Color HEX #94A151 Green Smoke

📋 copy color: '#94A151'

red 148 ◦ green 161 ◦ blue 81

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

Shades of Green Smoke #94A151

Tints of Green Smoke #94A151

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 37.95%
G = 41.28%
B = 20.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#94A151 (or 0x94A151) is known color: Green Smoke. HEX triplet: 94, A1 and 51. RGB value is (148,161,81). Sum of RGB (Red+Green+Blue) = 148+161+81=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #94A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A151 is #6B5EAE. Grayscale: #949494. Windows color (decimal): -7036591 or 5349780. OLE color: 5349780.

HSL color Cylindrical-coordinate representation of color #94A151: hue angle of 69.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94A151 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 81 -
CMYK 0.08 0 0.50 0.37
HSL 69.75º 0.33% 0.47% -
HSV(B) 69.75º 0.5% 0.63% -
XYZ 26.44 32.38 12.64 -
YUV 147.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 148 161 81 0.08 0 0.50 0.37 69.75 0.33 0.47
Hex 94 A1 51 8 0 32 25 46 21 2F
Octal 224 241 121 10 0 62 45 106 41 57
Binary 10010100 10100001 1010001 1000 0 110010 100101 1000110 100001 101111

Color Harmonies of #94A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A151

Black with #94A151

Text Example


Text Example

White with #94A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,81); }

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

background-color css

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

 a { background-color: rgb(148,161,81); }

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

border-color css

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

 span { border-color: rgb(148,161,81); }

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