#908B22

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

Shades of Lemon Ginger #908B22

Tints of Lemon Ginger #908B22

Color information

#908B22 (or 0x908B22) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8B and 22. RGB value is (144,139,34). Sum of RGB (Red+Green+Blue) = 144+139+34=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #908B22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B22 is #6F74DD. Grayscale: #808080. Windows color (decimal): -7304414 or 2263952. OLE color: 2263952.

HSL color Cylindrical-coordinate representation of color #908B22: hue angle of 57.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #908B22 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB14413934-
CMYK00.030.760.44
HSL57.27º61.8%34.9%-
HSV(B)57.27º76.39%56.47%-
XYZ21.0224.515.14-
YUV128.5274.66139.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 34 (13.67% from 255) = 10.73%
R=45.43%
G=43.85%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441393400.030.760.4457.2761.834.9
Hex908B22034C2C393e23
Octal220213420311454717643
Binary10010000100010111000100111001100101100111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,34); }

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

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

 a { background-color: rgb(144,139,34); }

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

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

 span { border-color: rgb(144,139,34); }

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