#969950

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

Shades of Highball #969950

Tints of Highball #969950

Color information

#969950 (or 0x969950) is unknown color: approx Highball. HEX triplet: 96, 99 and 50. RGB value is (150,153,80). Sum of RGB (Red+Green+Blue) = 150+153+80=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #969950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969950 is #6966AF. Grayscale: #909090. Windows color (decimal): -6907568 or 5282198. OLE color: 5282198.

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

Color convert

RGB15015380-
CMYK0.0200.480.4
HSL62.47º31.33%45.69%-
HSV(B)62.47º47.71%60%-
XYZ25.4229.8512.01-
YUV143.7892.01132.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=39.16%
G=39.95%
B=20.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153800.0200.480.462.4731.3345.69
Hex9699502030283e1f2e
Octal226231120206050763756
Binary1001011010011001101000010011000010100011111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969950; }

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

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

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

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

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

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

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

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