Html Css Color HEX #988B18 Lemon Ginger

📋 copy color: '#988B18'

red 152 ◦ green 139 ◦ blue 24

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

Shades of Lemon Ginger #988B18

Tints of Lemon Ginger #988B18

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

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

R = 48.25%
G = 44.13%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#988B18 (or 0x988B18) is known color: Lemon Ginger. HEX triplet: 98, 8B and 18. RGB value is (152,139,24). Sum of RGB (Red+Green+Blue) = 152+139+24=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B18 is #6774E7. Grayscale: #828282. Windows color (decimal): -6780136 or 1608600. OLE color: 1608600.

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

Color convert

RGB 152 139 24 -
CMYK 0 0.09 0.84 0.40
HSL 53.91º 0.73% 0.35% -
HSV(B) 53.91º 0.84% 0.6% -
XYZ 22.35 25.21 4.55 -
YUV 129.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 152 139 24 0 0.09 0.84 0.40 53.91 0.73 0.35
Hex 98 8B 18 0 9 54 28 36 49 23
Octal 230 213 30 0 11 124 50 66 111 43
Binary 10011000 10001011 11000 0 1001 1010100 101000 110110 1001001 100011

Color Harmonies of #988B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B18

Black with #988B18

Text Example


Text Example

White with #988B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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