#94994D

Color #94994D Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #94994D

Tints of Highball #94994D

Color information

#94994D (or 0x94994D) is unknown color: approx Highball. HEX triplet: 94, 99 and 4D. RGB value is (148,153,77). Sum of RGB (Red+Green+Blue) = 148+153+77=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #94994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94994D is #6B66B2. Grayscale: #8F8F8F. Windows color (decimal): -7038643 or 5085588. OLE color: 5085588.

HSL color Cylindrical-coordinate representation of color #94994D: hue angle of 63.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94994D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB14815377-
CMYK0.0300.500.4
HSL63.95º33.04%45.1%-
HSV(B)63.95º49.67%60%-
XYZ24.9429.6111.42-
YUV142.8490.84131.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=39.15%
G=40.48%
B=20.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153770.0300.500.463.9533.0445.1
Hex94994D30322840212d
Octal2242311153062501004155
Binary100101001001100110011011101100101010001000000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94994D; }

 p { color: rgb(148,153,77); }

 H1.HeaderClassName
 {
   color: #94994D;
 }
 .AnyTagClassName
 {
   color: #94994D;
 }
</style>
background-color css

<style>
 a { background-color: #94994D; }

 a { background-color: rgb(148,153,77); }

 div.DivClassName
 {
   background-color: #94994D;
 }
 .BgClassName
 {
   background-color: #94994D;
 }
</style>
border-color css

<style>
 span { border-color: #94994D; }

 span { border-color: rgb(148,153,77); }

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