Html Css Color HEX #997D30 Lemon Ginger

📋 copy color: '#997D30'

red 153 ◦ green 125 ◦ blue 48

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

Shades of Lemon Ginger #997D30

Tints of Lemon Ginger #997D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 46.93%
G = 38.34%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#997D30 (or 0x997D30) is known color: Lemon Ginger. HEX triplet: 99, 7D and 30. RGB value is (153,125,48). Sum of RGB (Red+Green+Blue) = 153+125+48=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #997D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D30 is #6682CF. Grayscale: #7C7C7C. Windows color (decimal): -6718160 or 3177881. OLE color: 3177881.

HSL color Cylindrical-coordinate representation of color #997D30: hue angle of 44º degrees, saturation: 0.52, 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 #997D30 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 48 -
CMYK 0 0.18 0.69 0.4
HSL 44º 0.52% 0.39% -
HSV(B) 44º 0.69% 0.6% -
XYZ 21 21.65 5.87 -
YUV 124.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 153 125 48 0 0.18 0.69 0.4 44 0.52 0.39
Hex 99 7D 30 0 12 45 28 2C 34 27
Octal 231 175 60 0 22 105 50 54 64 47
Binary 10011001 1111101 110000 0 10010 1000101 101000 101100 110100 100111

Color Harmonies of #997D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D30

Black with #997D30

Text Example


Text Example

White with #997D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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