#969138

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

Shades of Highball #969138

Tints of Highball #969138

Color information

#969138 (or 0x969138) is unknown color: approx Highball. HEX triplet: 96, 91 and 38. RGB value is (150,145,56). Sum of RGB (Red+Green+Blue) = 150+145+56=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #969138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969138 is #696EC7. Grayscale: #888888. Windows color (decimal): -6909640 or 3707286. OLE color: 3707286.

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

Color convert

RGB15014556-
CMYK00.030.630.41
HSL56.81º45.63%40.39%-
HSV(B)56.81º62.67%58.82%-
XYZ23.4227.027.72-
YUV136.3582.66137.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=42.74%
G=41.31%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501455600.030.630.4156.8145.6340.39
Hex969138033F29392e28
Octal22622170037751715650
Binary1001011010010001111000011111111101001111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969138; }

 p { color: rgb(150,145,56); }

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

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

 a { background-color: rgb(150,145,56); }

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

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

 span { border-color: rgb(150,145,56); }

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