#908421

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

Shades of Lemon Ginger #908421

Tints of Lemon Ginger #908421

Color information

#908421 (or 0x908421) is unknown color: approx Lemon Ginger. HEX triplet: 90, 84 and 21. RGB value is (144,132,33). Sum of RGB (Red+Green+Blue) = 144+132+33=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #908421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908421 is #6F7BDE. Grayscale: #7C7C7C. Windows color (decimal): -7306207 or 2196624. OLE color: 2196624.

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

Color convert

RGB14413233-
CMYK00.080.770.44
HSL53.51º62.71%34.71%-
HSV(B)53.51º77.08%56.47%-
XYZ20.0322.544.73-
YUV124.376.48142.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=46.60%
G=42.72%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441323300.080.770.4453.5162.7134.71
Hex908421084D2C363f23
Octal2202044101011554667743
Binary1001000010000100100001010001001101101100110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908421; }

 p { color: rgb(144,132,33); }

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

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

 a { background-color: rgb(144,132,33); }

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

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

 span { border-color: rgb(144,132,33); }

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