Html Css Color HEX #997D32 Lemon Ginger

📋 copy color: '#997D32'

red 153 ◦ green 125 ◦ blue 50

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

Shades of Lemon Ginger #997D32

Tints of Lemon Ginger #997D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 46.65%
G = 38.11%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#997D32 (or 0x997D32) is known color: Lemon Ginger. HEX triplet: 99, 7D and 32. RGB value is (153,125,50). Sum of RGB (Red+Green+Blue) = 153+125+50=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #997D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D32 is #6682CD. Grayscale: #7D7D7D. Windows color (decimal): -6718158 or 3308953. OLE color: 3308953.

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

Color convert

RGB 153 125 50 -
CMYK 0 0.18 0.67 0.4
HSL 43.69º 0.51% 0.4% -
HSV(B) 43.69º 0.67% 0.6% -
XYZ 21.05 21.67 6.09 -
YUV 124.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 153 125 50 0 0.18 0.67 0.4 43.69 0.51 0.4
Hex 99 7D 32 0 12 43 28 2C 33 28
Octal 231 175 62 0 22 103 50 54 63 50
Binary 10011001 1111101 110010 0 10010 1000011 101000 101100 110011 101000

Color Harmonies of #997D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D32

Black with #997D32

Text Example


Text Example

White with #997D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,50); }

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

background-color css

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

 a { background-color: rgb(153,125,50); }

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

border-color css

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

 span { border-color: rgb(153,125,50); }

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