#908027

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

Shades of Lemon Ginger #908027

Tints of Lemon Ginger #908027

Color information

#908027 (or 0x908027) is unknown color: approx Lemon Ginger. HEX triplet: 90, 80 and 27. RGB value is (144,128,39). Sum of RGB (Red+Green+Blue) = 144+128+39=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #908027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908027 is #6F7FD8. Grayscale: #7B7B7B. Windows color (decimal): -7307225 or 2588816. OLE color: 2588816.

HSL color Cylindrical-coordinate representation of color #908027: hue angle of 50.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #908027 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14412839-
CMYK00.110.730.44
HSL50.86º57.38%35.88%-
HSV(B)50.86º72.92%56.47%-
XYZ19.5921.515.04-
YUV122.6480.8143.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.30%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=46.30%
G=41.16%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441283900.110.730.4450.8657.3835.88
Hex9080270B492C333924
Octal2202004701311154637144
Binary1001000010000000100111010111001001101100110011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908027; }

 p { color: rgb(144,128,39); }

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

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

 a { background-color: rgb(144,128,39); }

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

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

 span { border-color: rgb(144,128,39); }

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