Html Css Color HEX #988C20 Lemon Ginger

📋 copy color: '#988C20'

red 152 ◦ green 140 ◦ blue 32

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

Shades of Lemon Ginger #988C20

Tints of Lemon Ginger #988C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.21%

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

R = 46.91%
G = 43.21%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988C20 (or 0x988C20) is known color: Lemon Ginger. HEX triplet: 98, 8C and 20. RGB value is (152,140,32). Sum of RGB (Red+Green+Blue) = 152+140+32=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #988C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988C20 is #6773DF. Grayscale: #838383. Windows color (decimal): -6779872 or 2133144. OLE color: 2133144.

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

Color convert

RGB 152 140 32 -
CMYK 0 0.08 0.79 0.40
HSL 54º 0.65% 0.36% -
HSV(B) 54º 0.79% 0.6% -
XYZ 22.59 25.54 5.1 -
YUV 131.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 152 140 32 0 0.08 0.79 0.40 54 0.65 0.36
Hex 98 8C 20 0 8 4F 28 36 41 24
Octal 230 214 40 0 10 117 50 66 101 44
Binary 10011000 10001100 100000 0 1000 1001111 101000 110110 1000001 100100

Color Harmonies of #988C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C20

Black with #988C20

Text Example


Text Example

White with #988C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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