#969338

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

Shades of Highball #969338

Tints of Highball #969338

Color information

#969338 (or 0x969338) is unknown color: approx Highball. HEX triplet: 96, 93 and 38. RGB value is (150,147,56). Sum of RGB (Red+Green+Blue) = 150+147+56=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #969338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969338 is #696CC7. Grayscale: #898989. Windows color (decimal): -6909128 or 3707798. OLE color: 3707798.

HSL color Cylindrical-coordinate representation of color #969338: hue angle of 58.09º 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 #969338 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15014756-
CMYK00.020.630.41
HSL58.09º45.63%40.39%-
HSV(B)58.09º62.67%58.82%-
XYZ23.7327.647.83-
YUV137.5281.99136.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=42.49%
G=41.64%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501475600.020.630.4158.0945.6340.39
Hex969338023F293a2e28
Octal22622370027751725650
Binary1001011010010011111000010111111101001111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969338; }

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

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

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

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

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

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

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

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