#949D4A

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

Shades of Highball #949D4A

Tints of Highball #949D4A

Color information

#949D4A (or 0x949D4A) is unknown color: approx Highball. HEX triplet: 94, 9D and 4A. RGB value is (148,157,74). Sum of RGB (Red+Green+Blue) = 148+157+74=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #949D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D4A is #6B62B5. Grayscale: #919191. Windows color (decimal): -7037622 or 4890004. OLE color: 4890004.

HSL color Cylindrical-coordinate representation of color #949D4A: hue angle of 66.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #949D4A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB14815774-
CMYK0.0600.530.38
HSL66.51º35.93%45.29%-
HSV(B)66.51º52.87%61.57%-
XYZ25.5130.911.1-
YUV144.8588.02130.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=39.05%
G=41.42%
B=19.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148157740.0600.530.3866.5135.9345.29
Hex949D4A60352643242d
Octal2242351126065461034455
Binary1001010010011101100101011001101011001101000011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949D4A; }

 p { color: rgb(148,157,74); }

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

<style>
 a { background-color: #949D4A; }

 a { background-color: rgb(148,157,74); }

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

<style>
 span { border-color: #949D4A; }

 span { border-color: rgb(148,157,74); }

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