Html Css Color HEX #94A658 Green Smoke

📋 copy color: '#94A658'

red 148 ◦ green 166 ◦ blue 88

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

Shades of Green Smoke #94A658

Tints of Green Smoke #94A658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 88 (34.77% from 255) = 21.89%

R = 36.82%
G = 41.29%
B = 21.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#94A658 (or 0x94A658) is known color: Green Smoke. HEX triplet: 94, A6 and 58. RGB value is (148,166,88). Sum of RGB (Red+Green+Blue) = 148+166+88=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #94A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A658 is #6B59A7. Grayscale: #989898. Windows color (decimal): -7035304 or 5809812. OLE color: 5809812.

HSL color Cylindrical-coordinate representation of color #94A658: hue angle of 73.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94A658 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 166 88 -
CMYK 0.11 0 0.47 0.35
HSL 73.85º 0.31% 0.5% -
HSV(B) 73.85º 0.47% 0.65% -
XYZ 27.61 34.27 14.39 -
YUV 151.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 148 166 88 0.11 0 0.47 0.35 73.85 0.31 0.5
Hex 94 A6 58 B 0 2F 23 4A 1F 32
Octal 224 246 130 13 0 57 43 112 37 62
Binary 10010100 10100110 1011000 1011 0 101111 100011 1001010 11111 110010

Color Harmonies of #94A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A658

Black with #94A658

Text Example


Text Example

White with #94A658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,166,88); }

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

background-color css

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

 a { background-color: rgb(148,166,88); }

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

border-color css

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

 span { border-color: rgb(148,166,88); }

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