Html Css Color HEX #988E19 Lemon Ginger

📋 copy color: '#988E19'

red 152 ◦ green 142 ◦ blue 25

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

Shades of Lemon Ginger #988E19

Tints of Lemon Ginger #988E19

RGB

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

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

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

R = 47.65%
G = 44.51%
B = 7.84%

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

#988E19 (or 0x988E19) is known color: Lemon Ginger. HEX triplet: 98, 8E and 19. RGB value is (152,142,25). Sum of RGB (Red+Green+Blue) = 152+142+25=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E19 is #6771E6. Grayscale: #848484. Windows color (decimal): -6779367 or 1674904. OLE color: 1674904.

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

Color convert

RGB 152 142 25 -
CMYK 0 0.07 0.84 0.40
HSL 55.28º 0.72% 0.35% -
HSV(B) 55.28º 0.84% 0.6% -
XYZ 22.8 26.09 4.75 -
YUV 131.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 152 142 25 0 0.07 0.84 0.40 55.28 0.72 0.35
Hex 98 8E 19 0 7 54 28 37 48 23
Octal 230 216 31 0 7 124 50 67 110 43
Binary 10011000 10001110 11001 0 111 1010100 101000 110111 1001000 100011

Color Harmonies of #988E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E19

Black with #988E19

Text Example


Text Example

White with #988E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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