#908D26

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

Shades of Lemon Ginger #908D26

Tints of Lemon Ginger #908D26

Color information

#908D26 (or 0x908D26) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8D and 26. RGB value is (144,141,38). Sum of RGB (Red+Green+Blue) = 144+141+38=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #908D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908D26 is #6F72D9. Grayscale: #828282. Windows color (decimal): -7303898 or 2526608. OLE color: 2526608.

HSL color Cylindrical-coordinate representation of color #908D26: hue angle of 58.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #908D26 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB14414138-
CMYK00.020.740.44
HSL58.3º58.24%35.69%-
HSV(B)58.3º73.61%56.47%-
XYZ21.3825.125.56-
YUV130.1675.99137.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=44.58%
G=43.65%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441413800.020.740.4458.358.2435.69
Hex908D26024A2C3a3a24
Octal220215460211254727244
Binary10010000100011011001100101001010101100111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,38); }

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

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

 a { background-color: rgb(144,141,38); }

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

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

 span { border-color: rgb(144,141,38); }

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