#949330

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

Shades of Highball #949330

Tints of Highball #949330

Color information

#949330 (or 0x949330) is unknown color: approx Highball. HEX triplet: 94, 93 and 30. RGB value is (148,147,48). Sum of RGB (Red+Green+Blue) = 148+147+48=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #949330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949330 is #6B6CCF. Grayscale: #888888. Windows color (decimal): -7040208 or 3183508. OLE color: 3183508.

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

Color convert

RGB14814748-
CMYK00.010.680.42
HSL59.4º51.02%38.43%-
HSV(B)59.4º67.57%58.04%-
XYZ23.1827.386.86-
YUV136.0178.33136.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 13.99%
R=43.15%
G=42.86%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481474800.010.680.4259.451.0238.43
Hex94933001442A3b3326
Octal224223600110452736346
Binary1001010010010011110000011000100101010111011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949330; }

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

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

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

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

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

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

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

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