Html Css Color HEX #988E18 Lemon Ginger

📋 copy color: '#988E18'

red 152 ◦ green 142 ◦ blue 24

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

Shades of Lemon Ginger #988E18

Tints of Lemon Ginger #988E18

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.65%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 47.8%
G = 44.65%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988E18 (or 0x988E18) is known color: Lemon Ginger. HEX triplet: 98, 8E and 18. RGB value is (152,142,24). Sum of RGB (Red+Green+Blue) = 152+142+24=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #988E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E18 is #6771E7. Grayscale: #848484. Windows color (decimal): -6779368 or 1609368. OLE color: 1609368.

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

Color convert

RGB 152 142 24 -
CMYK 0 0.07 0.84 0.40
HSL 55.31º 0.73% 0.35% -
HSV(B) 55.31º 0.84% 0.6% -
XYZ 22.79 26.09 4.7 -
YUV 131.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 152 142 24 0 0.07 0.84 0.40 55.31 0.73 0.35
Hex 98 8E 18 0 7 54 28 37 49 23
Octal 230 216 30 0 7 124 50 67 111 43
Binary 10011000 10001110 11000 0 111 1010100 101000 110111 1001001 100011

Color Harmonies of #988E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E18

Black with #988E18

Text Example


Text Example

White with #988E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,24); }

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

background-color css

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

 a { background-color: rgb(152,142,24); }

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

border-color css

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

 span { border-color: rgb(152,142,24); }

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