Html Css Color HEX #997C31 Lemon Ginger

📋 copy color: '#997C31'

red 153 ◦ green 124 ◦ blue 49

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

Shades of Lemon Ginger #997C31

Tints of Lemon Ginger #997C31

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 46.93%
G = 38.04%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#997C31 (or 0x997C31) is known color: Lemon Ginger. HEX triplet: 99, 7C and 31. RGB value is (153,124,49). Sum of RGB (Red+Green+Blue) = 153+124+49=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C31 is #6683CE. Grayscale: #7C7C7C. Windows color (decimal): -6718415 or 3243161. OLE color: 3243161.

HSL color Cylindrical-coordinate representation of color #997C31: hue angle of 43.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #997C31 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 49 -
CMYK 0 0.19 0.68 0.4
HSL 43.27º 0.51% 0.4% -
HSV(B) 43.27º 0.68% 0.6% -
XYZ 20.9 21.41 5.94 -
YUV 124.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 153 124 49 0 0.19 0.68 0.4 43.27 0.51 0.4
Hex 99 7C 31 0 13 44 28 2B 33 28
Octal 231 174 61 0 23 104 50 53 63 50
Binary 10011001 1111100 110001 0 10011 1000100 101000 101011 110011 101000

Color Harmonies of #997C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C31

Black with #997C31

Text Example


Text Example

White with #997C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,49); }

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

background-color css

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

 a { background-color: rgb(153,124,49); }

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

border-color css

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

 span { border-color: rgb(153,124,49); }

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