#949450

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

Shades of Highball #949450

Tints of Highball #949450

Color information

#949450 (or 0x949450) is unknown color: approx Highball. HEX triplet: 94, 94 and 50. RGB value is (148,148,80). Sum of RGB (Red+Green+Blue) = 148+148+80=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949450 is #6B6BAF. Grayscale: #8C8C8C. Windows color (decimal): -7039920 or 5280916. OLE color: 5280916.

HSL color Cylindrical-coordinate representation of color #949450: hue angle of 60º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949450 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14814880-
CMYK000.460.42
HSL60º29.82%44.71%-
HSV(B)60º45.95%58.04%-
XYZ24.2528.0511.73-
YUV140.2594133.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=39.36%
G=39.36%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814880000.460.426029.8244.71
Hex949450002E2A3c1e2d
Octal224224120005652743655
Binary100101001001010010100000010111010101011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949450; }

 p { color: rgb(148,148,80); }

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

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

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

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

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

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

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