#949231

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

Shades of Highball #949231

Tints of Highball #949231

Color information

#949231 (or 0x949231) is unknown color: approx Highball. HEX triplet: 94, 92 and 31. RGB value is (148,146,49). Sum of RGB (Red+Green+Blue) = 148+146+49=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #949231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949231 is #6B6DCE. Grayscale: #878787. Windows color (decimal): -7040463 or 3248788. OLE color: 3248788.

HSL color Cylindrical-coordinate representation of color #949231: hue angle of 58.79º 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 #949231 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14814649-
CMYK00.010.670.42
HSL58.79º50.25%38.63%-
HSV(B)58.79º66.89%58.04%-
XYZ23.0527.086.92-
YUV135.5479.16136.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=43.15%
G=42.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481464900.010.670.4258.7950.2538.63
Hex94923101432A3b3227
Octal224222610110352736247
Binary1001010010010010110001011000011101010111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949231; }

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

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

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

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

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

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

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

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