#97802E

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

Shades of Lemon Ginger #97802E

Tints of Lemon Ginger #97802E

Color information

#97802E (or 0x97802E) is unknown color: approx Lemon Ginger. HEX triplet: 97, 80 and 2E. RGB value is (151,128,46). Sum of RGB (Red+Green+Blue) = 151+128+46=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97802E is #687FD1. Grayscale: #7D7D7D. Windows color (decimal): -6848466 or 3047575. OLE color: 3047575.

HSL color Cylindrical-coordinate representation of color #97802E: hue angle of 46.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97802E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15112846-
CMYK00.150.700.41
HSL46.86º53.3%38.63%-
HSV(B)46.86º69.54%59.22%-
XYZ20.9722.215.77-
YUV125.5383.12146.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=46.46%
G=39.38%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511284600.150.700.4146.8653.338.63
Hex97802E0F46292f3527
Octal2272005601710651576547
Binary1001011110000000101110011111000110101001101111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,128,46); }

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

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

 a { background-color: rgb(151,128,46); }

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

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

 span { border-color: rgb(151,128,46); }

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