Html Css Color HEX #988336 Lemon Ginger

📋 copy color: '#988336'

red 152 ◦ green 131 ◦ blue 54

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

Shades of Lemon Ginger #988336

Tints of Lemon Ginger #988336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 45.1%
G = 38.87%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#988336 (or 0x988336) is known color: Lemon Ginger. HEX triplet: 98, 83 and 36. RGB value is (152,131,54). Sum of RGB (Red+Green+Blue) = 152+131+54=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988336 is #677CC9. Grayscale: #808080. Windows color (decimal): -6782154 or 3572632. OLE color: 3572632.

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

Color convert

RGB 152 131 54 -
CMYK 0 0.14 0.64 0.40
HSL 47.14º 0.48% 0.4% -
HSV(B) 47.14º 0.64% 0.6% -
XYZ 21.73 23.17 6.82 -
YUV 128.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 152 131 54 0 0.14 0.64 0.40 47.14 0.48 0.4
Hex 98 83 36 0 E 40 28 2F 30 28
Octal 230 203 66 0 16 100 50 57 60 50
Binary 10011000 10000011 110110 0 1110 1000000 101000 101111 110000 101000

Color Harmonies of #988336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988336

Black with #988336

Text Example


Text Example

White with #988336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988336; }

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

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

background-color css

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

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

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

border-color css

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

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

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