#94954C

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

Shades of Highball #94954C

Tints of Highball #94954C

Color information

#94954C (or 0x94954C) is unknown color: approx Highball. HEX triplet: 94, 95 and 4C. RGB value is (148,149,76). Sum of RGB (Red+Green+Blue) = 148+149+76=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #94954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94954C is #6B6AB3. Grayscale: #8C8C8C. Windows color (decimal): -7039668 or 5019028. OLE color: 5019028.

HSL color Cylindrical-coordinate representation of color #94954C: hue angle of 60.82º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94954C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14814976-
CMYK0.0100.490.42
HSL60.82º32.44%44.12%-
HSV(B)60.82º48.99%58.43%-
XYZ24.2628.3111.02-
YUV140.3891.67133.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=39.68%
G=39.95%
B=20.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149760.0100.490.4260.8232.4444.12
Hex94954C10312A3d202c
Octal224225114106152754054
Binary1001010010010101100110010110001101010111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94954C; }

 p { color: rgb(148,149,76); }

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

<style>
 a { background-color: #94954C; }

 a { background-color: rgb(148,149,76); }

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

<style>
 span { border-color: #94954C; }

 span { border-color: rgb(148,149,76); }

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