#908F30

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

Shades of Highball #908F30

Tints of Highball #908F30

Color information

#908F30 (or 0x908F30) is unknown color: approx Highball. HEX triplet: 90, 8F and 30. RGB value is (144,143,48). Sum of RGB (Red+Green+Blue) = 144+143+48=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #908F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908F30 is #6F70CF. Grayscale: #848484. Windows color (decimal): -7303376 or 3182480. OLE color: 3182480.

HSL color Cylindrical-coordinate representation of color #908F30: hue angle of 59.38º 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 #908F30 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB14414348-
CMYK00.010.670.44
HSL59.38º50%37.65%-
HSV(B)59.38º66.67%56.47%-
XYZ21.8625.796.62-
YUV132.4780.33136.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=42.99%
G=42.69%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441434800.010.670.4459.385037.65
Hex908F3001432C3b3226
Octal220217600110354736246
Binary1001000010001111110000011000011101100111011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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