#908C2A

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

Shades of Lemon Ginger #908C2A

Tints of Lemon Ginger #908C2A

Color information

#908C2A (or 0x908C2A) is unknown color: approx Lemon Ginger. HEX triplet: 90, 8C and 2A. RGB value is (144,140,42). Sum of RGB (Red+Green+Blue) = 144+140+42=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #908C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C2A is #6F73D5. Grayscale: #828282. Windows color (decimal): -7304150 or 2788496. OLE color: 2788496.

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

Color convert

RGB14414042-
CMYK00.030.710.44
HSL57.65º54.84%36.47%-
HSV(B)57.65º70.83%56.47%-
XYZ21.324.855.87-
YUV130.0278.33137.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=44.17%
G=42.94%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441404200.030.710.4457.6554.8436.47
Hex908C2A03472C3a3724
Octal220214520310754726744
Binary10010000100011001010100111000111101100111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,140,42); }

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

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

 a { background-color: rgb(144,140,42); }

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

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

 span { border-color: rgb(144,140,42); }

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