#969252

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

Shades of Highball #969252

Tints of Highball #969252

Color information

#969252 (or 0x969252) is unknown color: approx Highball. HEX triplet: 96, 92 and 52. RGB value is (150,146,82). Sum of RGB (Red+Green+Blue) = 150+146+82=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #969252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969252 is #696DAD. Grayscale: #8C8C8C. Windows color (decimal): -6909358 or 5411478. OLE color: 5411478.

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

Color convert

RGB15014682-
CMYK00.030.450.41
HSL56.47º29.31%45.49%-
HSV(B)56.47º45.33%58.82%-
XYZ24.3827.6512.03-
YUV139.995.33135.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=39.68%
G=38.62%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501468200.030.450.4156.4729.3145.49
Hex969252032D29381d2d
Octal226222122035551703555
Binary1001011010010010101001001110110110100111100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969252; }

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

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

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

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

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

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

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

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