#969946

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

Shades of Highball #969946

Tints of Highball #969946

Color information

#969946 (or 0x969946) is unknown color: approx Highball. HEX triplet: 96, 99 and 46. RGB value is (150,153,70). Sum of RGB (Red+Green+Blue) = 150+153+70=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #969946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969946 is #6966B9. Grayscale: #8E8E8E. Windows color (decimal): -6907578 or 4626838. OLE color: 4626838.

HSL color Cylindrical-coordinate representation of color #969946: hue angle of 62.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #969946 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15015370-
CMYK0.0200.540.4
HSL62.17º37.22%43.73%-
HSV(B)62.17º54.25%60%-
XYZ25.0729.7110.21-
YUV142.6487.01133.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=40.21%
G=41.02%
B=18.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153700.0200.540.462.1737.2243.73
Hex9699462036283e252c
Octal226231106206650764554
Binary10010110100110011000110100110110101000111110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969946; }

 p { color: rgb(150,153,70); }

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

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

 a { background-color: rgb(150,153,70); }

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

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

 span { border-color: rgb(150,153,70); }

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