Html Css Color HEX #997E2C Lemon Ginger

📋 copy color: '#997E2C'

red 153 ◦ green 126 ◦ blue 44

#997E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #997E2C

Tints of Lemon Ginger #997E2C

RGB

 RED value IS 153 (60.16% from 255) = 47.37%

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 47.37%
G = 39.01%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#997E2C (or 0x997E2C) is known color: Lemon Ginger. HEX triplet: 99, 7E and 2C. RGB value is (153,126,44). Sum of RGB (Red+Green+Blue) = 153+126+44=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E2C is #6681D3. Grayscale: #7D7D7D. Windows color (decimal): -6717908 or 2915993. OLE color: 2915993.

HSL color Cylindrical-coordinate representation of color #997E2C: hue angle of 45.14º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #997E2C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 44 -
CMYK 0 0.18 0.71 0.4
HSL 45.14º 0.55% 0.39% -
HSV(B) 45.14º 0.71% 0.6% -
XYZ 21.05 21.88 5.5 -
YUV 124.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 153 126 44 0 0.18 0.71 0.4 45.14 0.55 0.39
Hex 99 7E 2C 0 12 47 28 2D 37 27
Octal 231 176 54 0 22 107 50 55 67 47
Binary 10011001 1111110 101100 0 10010 1000111 101000 101101 110111 100111

Color Harmonies of #997E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E2C

Black with #997E2C

Text Example


Text Example

White with #997E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E2C; }

 p { color: rgb(153,126,44); }

 H1.HeaderClassName
 {
   color: #997E2C;
 }
 .AnyTagClassName
 {
   color: #997E2C;
 }
</style>

background-color css

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

 a { background-color: rgb(153,126,44); }

 div.DivClassName
 {
   background-color: #997E2C;
 }
 .BgClassName
 {
   background-color: #997E2C;
 }
</style>

border-color css

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

 span { border-color: rgb(153,126,44); }

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