#949431

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

Shades of Highball #949431

Tints of Highball #949431

Color information

#949431 (or 0x949431) is unknown color: approx Highball. HEX triplet: 94, 94 and 31. RGB value is (148,148,49). Sum of RGB (Red+Green+Blue) = 148+148+49=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949431 is #6B6BCE. Grayscale: #898989. Windows color (decimal): -7039951 or 3249300. OLE color: 3249300.

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

Color convert

RGB14814849-
CMYK000.670.42
HSL60º50.25%38.63%-
HSV(B)60º66.89%58.04%-
XYZ23.3627.77.02-
YUV136.7178.5136.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=42.90%
G=42.90%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814849000.670.426050.2538.63
Hex94943100432A3c3227
Octal224224610010352746247
Binary1001010010010100110001001000011101010111100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949431; }

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

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

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

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

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

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

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

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