#908519

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

Shades of Lemon Ginger #908519

Tints of Lemon Ginger #908519

Color information

#908519 (or 0x908519) is unknown color: approx Lemon Ginger. HEX triplet: 90, 85 and 19. RGB value is (144,133,25). Sum of RGB (Red+Green+Blue) = 144+133+25=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #908519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908519 is #6F7AE6. Grayscale: #7C7C7C. Windows color (decimal): -7305959 or 1672592. OLE color: 1672592.

HSL color Cylindrical-coordinate representation of color #908519: hue angle of 54.45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #908519 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB14413325-
CMYK00.080.830.44
HSL54.45º70.41%33.14%-
HSV(B)54.45º82.64%56.47%-
XYZ20.0622.774.26-
YUV123.9872.14142.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 25 (10.16% from 255) = 8.28%
R=47.68%
G=44.04%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441332500.080.830.4454.4570.4133.14
Hex90851908532C364621
Octal22020531010123546610641
Binary1001000010000101110010100010100111011001101101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908519; }

 p { color: rgb(144,133,25); }

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

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

 a { background-color: rgb(144,133,25); }

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

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

 span { border-color: rgb(144,133,25); }

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