#949735

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

Shades of Highball #949735

Tints of Highball #949735

Color information

#949735 (or 0x949735) is unknown color: approx Highball. HEX triplet: 94, 97 and 35. RGB value is (148,151,53). Sum of RGB (Red+Green+Blue) = 148+151+53=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #949735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949735 is #6B68CA. Grayscale: #8B8B8B. Windows color (decimal): -7039179 or 3512212. OLE color: 3512212.

HSL color Cylindrical-coordinate representation of color #949735: hue angle of 61.84º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949735 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB14815153-
CMYK0.0200.650.41
HSL61.84º48.04%40%-
HSV(B)61.84º64.9%59.22%-
XYZ23.9228.697.64-
YUV138.9379.51134.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=42.05%
G=42.90%
B=15.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148151530.0200.650.4161.8448.0440
Hex9497352041293e3028
Octal224227652010151766050
Binary10010100100101111101011001000001101001111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949735; }

 p { color: rgb(148,151,53); }

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

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

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

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

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

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

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