#969E49

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

Shades of Highball #969E49

Tints of Highball #969E49

Color information

#969E49 (or 0x969E49) is unknown color: approx Highball. HEX triplet: 96, 9E and 49. RGB value is (150,158,73). Sum of RGB (Red+Green+Blue) = 150+158+73=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #969E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969E49 is #6961B6. Grayscale: #929292. Windows color (decimal): -6906295 or 4824726. OLE color: 4824726.

HSL color Cylindrical-coordinate representation of color #969E49: hue angle of 65.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #969E49 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB15015873-
CMYK0.0500.540.38
HSL65.65º36.8%45.29%-
HSV(B)65.65º53.8%61.96%-
XYZ26.0131.4211-
YUV145.9286.85130.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 158 (62.11% from 255) = 41.47%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=39.37%
G=41.47%
B=19.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150158730.0500.540.3865.6536.845.29
Hex969E4950362642252d
Octal2262361115066461024555
Binary1001011010011110100100110101101101001101000010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969E49; }

 p { color: rgb(150,158,73); }

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

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

 a { background-color: rgb(150,158,73); }

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

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

 span { border-color: rgb(150,158,73); }

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