#969548

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

Shades of Highball #969548

Tints of Highball #969548

Color information

#969548 (or 0x969548) is unknown color: approx Highball. HEX triplet: 96, 95 and 48. RGB value is (150,149,72). Sum of RGB (Red+Green+Blue) = 150+149+72=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #969548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969548 is #696AB7. Grayscale: #8C8C8C. Windows color (decimal): -6908600 or 4756886. OLE color: 4756886.

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

Color convert

RGB15014972-
CMYK00.010.520.41
HSL59.23º35.14%43.53%-
HSV(B)59.23º52%58.82%-
XYZ24.4928.4510.33-
YUV140.5289.33134.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=40.43%
G=40.16%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501497200.010.520.4159.2335.1443.53
Hex9695480134293b232c
Octal226225110016451734354
Binary1001011010010101100100001110100101001111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969548; }

 p { color: rgb(150,149,72); }

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

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

 a { background-color: rgb(150,149,72); }

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

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

 span { border-color: rgb(150,149,72); }

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