#908912

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

Shades of Lemon Ginger #908912

Tints of Lemon Ginger #908912

Color information

#908912 (or 0x908912) is unknown color: approx Lemon Ginger. HEX triplet: 90, 89 and 12. RGB value is (144,137,18). Sum of RGB (Red+Green+Blue) = 144+137+18=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #908912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908912 is #6F76ED. Grayscale: #7E7E7E. Windows color (decimal): -7304942 or 1214864. OLE color: 1214864.

HSL color Cylindrical-coordinate representation of color #908912: hue angle of 56.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908912 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14413718-
CMYK00.050.880.44
HSL56.67º77.78%31.76%-
HSV(B)56.67º87.5%56.47%-
XYZ20.5623.864.1-
YUV125.5367.32141.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 18 (7.42% from 255) = 6.02%
R=48.16%
G=45.82%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441371800.050.880.4456.6777.7831.76
Hex90891205582C394e20
Octal2202112205130547111640
Binary100100001000100110010010110110001011001110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908912; }

 p { color: rgb(144,137,18); }

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

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

 a { background-color: rgb(144,137,18); }

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

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

 span { border-color: rgb(144,137,18); }

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