#949633

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

Shades of Highball #949633

Tints of Highball #949633

Color information

#949633 (or 0x949633) is unknown color: approx Highball. HEX triplet: 94, 96 and 33. RGB value is (148,150,51). Sum of RGB (Red+Green+Blue) = 148+150+51=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #949633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949633 is #6B69CC. Grayscale: #8A8A8A. Windows color (decimal): -7039437 or 3380884. OLE color: 3380884.

HSL color Cylindrical-coordinate representation of color #949633: hue angle of 61.21º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #949633 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB14815051-
CMYK0.0100.660.41
HSL61.21º49.25%39.41%-
HSV(B)61.21º66%58.82%-
XYZ23.7228.357.35-
YUV138.1278.84135.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=42.41%
G=42.98%
B=14.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148150510.0100.660.4161.2149.2539.41
Hex9496331042293d3127
Octal224226631010251756147
Binary1001010010010110110011101000010101001111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949633; }

 p { color: rgb(148,150,51); }

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

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

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

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

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

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

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