Html Css Color HEX #997D36 Lemon Ginger

📋 copy color: '#997D36'

red 153 ◦ green 125 ◦ blue 54

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

Shades of Lemon Ginger #997D36

Tints of Lemon Ginger #997D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 46.08%
G = 37.65%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997D36 (or 0x997D36) is known color: Lemon Ginger. HEX triplet: 99, 7D and 36. RGB value is (153,125,54). Sum of RGB (Red+Green+Blue) = 153+125+54=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #997D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D36 is #6682C9. Grayscale: #7D7D7D. Windows color (decimal): -6718154 or 3571097. OLE color: 3571097.

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

Color convert

RGB 153 125 54 -
CMYK 0 0.18 0.65 0.4
HSL 43.03º 0.48% 0.41% -
HSV(B) 43.03º 0.65% 0.6% -
XYZ 21.14 21.71 6.57 -
YUV 125.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 153 125 54 0 0.18 0.65 0.4 43.03 0.48 0.41
Hex 99 7D 36 0 12 41 28 2B 30 29
Octal 231 175 66 0 22 101 50 53 60 51
Binary 10011001 1111101 110110 0 10010 1000001 101000 101011 110000 101001

Color Harmonies of #997D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D36

Black with #997D36

Text Example


Text Example

White with #997D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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