#97901E

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

Shades of Lemon Ginger #97901E

Tints of Lemon Ginger #97901E

Color information

#97901E (or 0x97901E) is unknown color: approx Lemon Ginger. HEX triplet: 97, 90 and 1E. RGB value is (151,144,30). Sum of RGB (Red+Green+Blue) = 151+144+30=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97901E is #686FE1. Grayscale: #858585. Windows color (decimal): -6844386 or 2003095. OLE color: 2003095.

HSL color Cylindrical-coordinate representation of color #97901E: hue angle of 56.53º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97901E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15114430-
CMYK00.050.800.41
HSL56.53º66.85%35.49%-
HSV(B)56.53º80.13%59.22%-
XYZ22.9726.625.16-
YUV133.169.82140.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=46.46%
G=44.31%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511443000.050.800.4156.5366.8535.49
Hex97901E055029394323
Octal2272203605120517110343
Binary100101111001000011110010110100001010011110011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97901E; }

 p { color: rgb(151,144,30); }

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

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

 a { background-color: rgb(151,144,30); }

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

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

 span { border-color: rgb(151,144,30); }

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