#909250

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

Shades of Highball #909250

Tints of Highball #909250

Color information

#909250 (or 0x909250) is unknown color: approx Highball. HEX triplet: 90, 92 and 50. RGB value is (144,146,80). Sum of RGB (Red+Green+Blue) = 144+146+80=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #909250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909250 is #6F6DAF. Grayscale: #8A8A8A. Windows color (decimal): -7302576 or 5280400. OLE color: 5280400.

HSL color Cylindrical-coordinate representation of color #909250: hue angle of 61.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #909250 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14414680-
CMYK0.0100.450.43
HSL61.82º29.2%44.31%-
HSV(B)61.82º45.21%57.25%-
XYZ23.2327.0711.59-
YUV137.8895.34132.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=38.92%
G=39.46%
B=21.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal144146800.0100.450.4361.8229.244.31
Hex909250102D2B3e1d2c
Octal220222120105553763554
Binary100100001001001010100001010110110101111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909250; }

 p { color: rgb(144,146,80); }

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

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

 a { background-color: rgb(144,146,80); }

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

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

 span { border-color: rgb(144,146,80); }

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