#969135

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

Shades of Highball #969135

Tints of Highball #969135

Color information

#969135 (or 0x969135) is unknown color: approx Highball. HEX triplet: 96, 91 and 35. RGB value is (150,145,53). Sum of RGB (Red+Green+Blue) = 150+145+53=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #969135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969135 is #696ECA. Grayscale: #888888. Windows color (decimal): -6909643 or 3510678. OLE color: 3510678.

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

Color convert

RGB15014553-
CMYK00.030.650.41
HSL56.91º47.78%39.8%-
HSV(B)56.91º64.67%58.82%-
XYZ23.3526.997.35-
YUV136.0181.16137.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=43.10%
G=41.67%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501455300.030.650.4156.9147.7839.8
Hex969135034129393028
Octal226221650310151716050
Binary10010110100100011101010111000001101001111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969135; }

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

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

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

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

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

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

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

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