#908D30

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

Shades of Highball #908D30

Tints of Highball #908D30

Color information

#908D30 (or 0x908D30) is unknown color: approx Highball. HEX triplet: 90, 8D and 30. RGB value is (144,141,48). Sum of RGB (Red+Green+Blue) = 144+141+48=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #908D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908D30 is #6F72CF. Grayscale: #838383. Windows color (decimal): -7303888 or 3181968. OLE color: 3181968.

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

Color convert

RGB14414148-
CMYK00.020.670.44
HSL58.12º50%37.65%-
HSV(B)58.12º66.67%56.47%-
XYZ21.5625.196.52-
YUV131.2980.99137.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=43.24%
G=42.34%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441414800.020.670.4458.125037.65
Hex908D3002432C3a3226
Octal220215600210354726246
Binary10010000100011011100000101000011101100111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,48); }

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

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

 a { background-color: rgb(144,141,48); }

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

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

 span { border-color: rgb(144,141,48); }

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