Html Css Color HEX #988D20 Lemon Ginger

📋 copy color: '#988D20'

red 152 ◦ green 141 ◦ blue 32

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

Shades of Lemon Ginger #988D20

Tints of Lemon Ginger #988D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 46.77%
G = 43.38%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988D20 (or 0x988D20) is known color: Lemon Ginger. HEX triplet: 98, 8D and 20. RGB value is (152,141,32). Sum of RGB (Red+Green+Blue) = 152+141+32=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #988D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D20 is #6772DF. Grayscale: #848484. Windows color (decimal): -6779616 or 2133400. OLE color: 2133400.

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

Color convert

RGB 152 141 32 -
CMYK 0 0.07 0.79 0.40
HSL 54.5º 0.65% 0.36% -
HSV(B) 54.5º 0.79% 0.6% -
XYZ 22.73 25.83 5.15 -
YUV 131.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 152 141 32 0 0.07 0.79 0.40 54.5 0.65 0.36
Hex 98 8D 20 0 7 4F 28 36 41 24
Octal 230 215 40 0 7 117 50 66 101 44
Binary 10011000 10001101 100000 0 111 1001111 101000 110110 1000001 100100

Color Harmonies of #988D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D20

Black with #988D20

Text Example


Text Example

White with #988D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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