Html Css Color HEX #988620 Lemon Ginger

📋 copy color: '#988620'

red 152 ◦ green 134 ◦ blue 32

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

Shades of Lemon Ginger #988620

Tints of Lemon Ginger #988620

RGB

 RED value IS 152 (59.77% from 255) = 47.8%

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

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

R = 47.8%
G = 42.14%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988620 (or 0x988620) is known color: Lemon Ginger. HEX triplet: 98, 86 and 20. RGB value is (152,134,32). Sum of RGB (Red+Green+Blue) = 152+134+32=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #988620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988620 is #6779DF. Grayscale: #808080. Windows color (decimal): -6781408 or 2131608. OLE color: 2131608.

HSL color Cylindrical-coordinate representation of color #988620: hue angle of 51º 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 #988620 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 32 -
CMYK 0 0.12 0.79 0.40
HSL 51º 0.65% 0.36% -
HSV(B) 51º 0.79% 0.6% -
XYZ 21.73 23.83 4.82 -
YUV 127.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 152 134 32 0 0.12 0.79 0.40 51 0.65 0.36
Hex 98 86 20 0 C 4F 28 33 41 24
Octal 230 206 40 0 14 117 50 63 101 44
Binary 10011000 10000110 100000 0 1100 1001111 101000 110011 1000001 100100

Color Harmonies of #988620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988620

Black with #988620

Text Example


Text Example

White with #988620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988620; }

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

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

background-color css

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

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

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

border-color css

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

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

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