Html Css Color HEX #998620 Lemon Ginger

📋 copy color: '#998620'

red 153 ◦ green 134 ◦ blue 32

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

Shades of Lemon Ginger #998620

Tints of Lemon Ginger #998620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 47.96%
G = 42.01%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#998620 (or 0x998620) is known color: Lemon Ginger. HEX triplet: 99, 86 and 20. RGB value is (153,134,32). Sum of RGB (Red+Green+Blue) = 153+134+32=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998620 is #6679DF. Grayscale: #808080. Windows color (decimal): -6715872 or 2131609. OLE color: 2131609.

HSL color Cylindrical-coordinate representation of color #998620: hue angle of 50.58º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #998620 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 32 -
CMYK 0 0.12 0.79 0.4
HSL 50.58º 0.65% 0.36% -
HSV(B) 50.58º 0.79% 0.6% -
XYZ 21.92 23.93 4.83 -
YUV 128.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 153 134 32 0 0.12 0.79 0.4 50.58 0.65 0.36
Hex 99 86 20 0 C 4F 28 33 41 24
Octal 231 206 40 0 14 117 50 63 101 44
Binary 10011001 10000110 100000 0 1100 1001111 101000 110011 1000001 100100

Color Harmonies of #998620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998620

Black with #998620

Text Example


Text Example

White with #998620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998620; }

 p { color: rgb(153,134,32); }

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

background-color css

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

 a { background-color: rgb(153,134,32); }

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

border-color css

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

 span { border-color: rgb(153,134,32); }

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