#908E32

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

Shades of Highball #908E32

Tints of Highball #908E32

Color information

#908E32 (or 0x908E32) is unknown color: approx Highball. HEX triplet: 90, 8E and 32. RGB value is (144,142,50). Sum of RGB (Red+Green+Blue) = 144+142+50=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #908E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908E32 is #6F71CD. Grayscale: #848484. Windows color (decimal): -7303630 or 3313296. OLE color: 3313296.

HSL color Cylindrical-coordinate representation of color #908E32: hue angle of 58.72º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #908E32 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB14414250-
CMYK00.010.650.44
HSL58.72º48.45%38.04%-
HSV(B)58.72º65.28%56.47%-
XYZ21.7525.516.79-
YUV132.1181.66136.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=42.86%
G=42.26%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441425000.010.650.4458.7248.4538.04
Hex908E3201412C3b3026
Octal220216620110154736046
Binary1001000010001110110010011000001101100111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908E32; }

 p { color: rgb(144,142,50); }

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

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

 a { background-color: rgb(144,142,50); }

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

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

 span { border-color: rgb(144,142,50); }

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