#949832

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

Shades of Highball #949832

Tints of Highball #949832

Color information

#949832 (or 0x949832) is unknown color: approx Highball. HEX triplet: 94, 98 and 32. RGB value is (148,152,50). Sum of RGB (Red+Green+Blue) = 148+152+50=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #949832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949832 is #6B67CD. Grayscale: #8B8B8B. Windows color (decimal): -7038926 or 3315860. OLE color: 3315860.

HSL color Cylindrical-coordinate representation of color #949832: hue angle of 62.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #949832 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB14815250-
CMYK0.0300.670.40
HSL62.35º50.5%39.61%-
HSV(B)62.35º67.11%59.61%-
XYZ24.0228.987.35-
YUV139.1877.67134.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=42.29%
G=43.43%
B=14.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152500.0300.670.4062.3550.539.61
Hex9498323043283e3228
Octal224230623010350766250
Binary10010100100110001100101101000011101000111110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949832; }

 p { color: rgb(148,152,50); }

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

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

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

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

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

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

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