Html Css Color HEX #988329 Lemon Ginger

📋 copy color: '#988329'

red 152 ◦ green 131 ◦ blue 41

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

Shades of Lemon Ginger #988329

Tints of Lemon Ginger #988329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 41 (16.41% from 255) = 12.65%

R = 46.91%
G = 40.43%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#988329 (or 0x988329) is known color: Lemon Ginger. HEX triplet: 98, 83 and 29. RGB value is (152,131,41). Sum of RGB (Red+Green+Blue) = 152+131+41=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #988329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988329 is #677CD6. Grayscale: #7F7F7F. Windows color (decimal): -6782167 or 2720664. OLE color: 2720664.

HSL color Cylindrical-coordinate representation of color #988329: hue angle of 48.65º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #988329 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 41 -
CMYK 0 0.14 0.73 0.40
HSL 48.65º 0.58% 0.38% -
HSV(B) 48.65º 0.73% 0.6% -
XYZ 21.47 23.07 5.42 -
YUV 127.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 152 131 41 0 0.14 0.73 0.40 48.65 0.58 0.38
Hex 98 83 29 0 E 49 28 31 3A 26
Octal 230 203 51 0 16 111 50 61 72 46
Binary 10011000 10000011 101001 0 1110 1001001 101000 110001 111010 100110

Color Harmonies of #988329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988329

Black with #988329

Text Example


Text Example

White with #988329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988329; }

 p { color: rgb(152,131,41); }

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

background-color css

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

 a { background-color: rgb(152,131,41); }

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

border-color css

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

 span { border-color: rgb(152,131,41); }

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