#969254

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

Shades of Highball #969254

Tints of Highball #969254

Color information

#969254 (or 0x969254) is unknown color: approx Highball. HEX triplet: 96, 92 and 54. RGB value is (150,146,84). Sum of RGB (Red+Green+Blue) = 150+146+84=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #969254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969254 is #696DAB. Grayscale: #8C8C8C. Windows color (decimal): -6909356 or 5542550. OLE color: 5542550.

HSL color Cylindrical-coordinate representation of color #969254: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #969254 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB15014684-
CMYK00.030.440.41
HSL56.36º28.21%45.88%-
HSV(B)56.36º44%58.82%-
XYZ24.4627.6812.44-
YUV140.1396.33135.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=39.47%
G=38.42%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501468400.030.440.4156.3628.2145.88
Hex969254032C29381c2e
Octal226222124035451703456
Binary1001011010010010101010001110110010100111100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969254; }

 p { color: rgb(150,146,84); }

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

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

 a { background-color: rgb(150,146,84); }

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

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

 span { border-color: rgb(150,146,84); }

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