#989252

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

Shades of Highball #989252

Tints of Highball #989252

Color information

#989252 (or 0x989252) is unknown color: approx Highball. HEX triplet: 98, 92 and 52. RGB value is (152,146,82). Sum of RGB (Red+Green+Blue) = 152+146+82=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #989252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989252 is #676DAD. Grayscale: #8C8C8C. Windows color (decimal): -6778286 or 5411480. OLE color: 5411480.

HSL color Cylindrical-coordinate representation of color #989252: hue angle of 54.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #989252 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15214682-
CMYK00.040.460.40
HSL54.86º29.91%45.88%-
HSV(B)54.86º46.05%59.61%-
XYZ24.7527.8412.05-
YUV140.594.99136.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=40%
G=38.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521468200.040.460.4054.8629.9145.88
Hex989252042E28371e2e
Octal230222122045650673656
Binary10011000100100101010010010010111010100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989252; }

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

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

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

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

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

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

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

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