Html Css Color HEX #988819 Lemon Ginger

📋 copy color: '#988819'

red 152 ◦ green 136 ◦ blue 25

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

Shades of Lemon Ginger #988819

Tints of Lemon Ginger #988819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 48.56%
G = 43.45%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988819 (or 0x988819) is known color: Lemon Ginger. HEX triplet: 98, 88 and 19. RGB value is (152,136,25). Sum of RGB (Red+Green+Blue) = 152+136+25=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988819 is #6777E6. Grayscale: #808080. Windows color (decimal): -6780903 or 1673368. OLE color: 1673368.

HSL color Cylindrical-coordinate representation of color #988819: hue angle of 52.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #988819 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 25 -
CMYK 0 0.11 0.84 0.40
HSL 52.44º 0.72% 0.35% -
HSV(B) 52.44º 0.84% 0.6% -
XYZ 21.93 24.35 4.46 -
YUV 128.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 152 136 25 0 0.11 0.84 0.40 52.44 0.72 0.35
Hex 98 88 19 0 B 54 28 34 48 23
Octal 230 210 31 0 13 124 50 64 110 43
Binary 10011000 10001000 11001 0 1011 1010100 101000 110100 1001000 100011

Color Harmonies of #988819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988819

Black with #988819

Text Example


Text Example

White with #988819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988819; }

 p { color: rgb(152,136,25); }

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

background-color css

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

 a { background-color: rgb(152,136,25); }

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

border-color css

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

 span { border-color: rgb(152,136,25); }

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