#94954B

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

Shades of Highball #94954B

Tints of Highball #94954B

Color information

#94954B (or 0x94954B) is unknown color: approx Highball. HEX triplet: 94, 95 and 4B. RGB value is (148,149,75). Sum of RGB (Red+Green+Blue) = 148+149+75=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #94954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94954B is #6B6AB4. Grayscale: #8C8C8C. Windows color (decimal): -7039669 or 4953492. OLE color: 4953492.

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

Color convert

RGB14814975-
CMYK0.0100.500.42
HSL60.81º33.04%43.92%-
HSV(B)60.81º49.66%58.43%-
XYZ24.2328.310.84-
YUV140.2691.17133.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=39.78%
G=40.05%
B=20.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149750.0100.500.4260.8133.0443.92
Hex94954B10322A3d212c
Octal224225113106252754154
Binary1001010010010101100101110110010101010111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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