Html Css Color HEX #997C2F Lemon Ginger

📋 copy color: '#997C2F'

red 153 ◦ green 124 ◦ blue 47

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

Shades of Lemon Ginger #997C2F

Tints of Lemon Ginger #997C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 47.22%
G = 38.27%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#997C2F (or 0x997C2F) is known color: Lemon Ginger. HEX triplet: 99, 7C and 2F. RGB value is (153,124,47). Sum of RGB (Red+Green+Blue) = 153+124+47=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C2F is #6683D0. Grayscale: #7C7C7C. Windows color (decimal): -6718417 or 3112089. OLE color: 3112089.

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

Color convert

RGB 153 124 47 -
CMYK 0 0.19 0.69 0.4
HSL 43.58º 0.53% 0.39% -
HSV(B) 43.58º 0.69% 0.6% -
XYZ 20.86 21.39 5.72 -
YUV 123.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 153 124 47 0 0.19 0.69 0.4 43.58 0.53 0.39
Hex 99 7C 2F 0 13 45 28 2C 35 27
Octal 231 174 57 0 23 105 50 54 65 47
Binary 10011001 1111100 101111 0 10011 1000101 101000 101100 110101 100111

Color Harmonies of #997C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C2F

Black with #997C2F

Text Example


Text Example

White with #997C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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