#94924C

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

Shades of Highball #94924C

Tints of Highball #94924C

Color information

#94924C (or 0x94924C) is unknown color: approx Highball. HEX triplet: 94, 92 and 4C. RGB value is (148,146,76). Sum of RGB (Red+Green+Blue) = 148+146+76=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94924C is #6B6DB3. Grayscale: #8A8A8A. Windows color (decimal): -7040436 or 5018260. OLE color: 5018260.

HSL color Cylindrical-coordinate representation of color #94924C: hue angle of 58.33º 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 #94924C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14814676-
CMYK00.010.490.42
HSL58.33º32.14%43.92%-
HSV(B)58.33º48.65%58.04%-
XYZ23.827.3810.87-
YUV138.6292.66134.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=40%
G=39.46%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481467600.010.490.4258.3332.1443.92
Hex94924C01312A3a202c
Octal224222114016152724054
Binary1001010010010010100110001110001101010111010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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