#949030

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

Shades of Highball #949030

Tints of Highball #949030

Color information

#949030 (or 0x949030) is unknown color: approx Highball. HEX triplet: 94, 90 and 30. RGB value is (148,144,48). Sum of RGB (Red+Green+Blue) = 148+144+48=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #949030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949030 is #6B6FCF. Grayscale: #868686. Windows color (decimal): -7040976 or 3182740. OLE color: 3182740.

HSL color Cylindrical-coordinate representation of color #949030: hue angle of 57.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #949030 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14814448-
CMYK00.030.680.42
HSL57.6º51.02%38.43%-
HSV(B)57.6º67.57%58.04%-
XYZ22.7226.466.71-
YUV134.2579.33137.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 48 (19.14% from 255) = 14.12%
R=43.53%
G=42.35%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481444800.030.680.4257.651.0238.43
Hex94903003442A3a3326
Octal224220600310452726346
Binary10010100100100001100000111000100101010111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949030; }

 p { color: rgb(148,144,48); }

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

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

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

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

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

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

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