Html Css Color HEX #988D15 Lemon Ginger

📋 copy color: '#988D15'

red 152 ◦ green 141 ◦ blue 21

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

Shades of Lemon Ginger #988D15

Tints of Lemon Ginger #988D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 48.41%
G = 44.9%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988D15 (or 0x988D15) is known color: Lemon Ginger. HEX triplet: 98, 8D and 15. RGB value is (152,141,21). Sum of RGB (Red+Green+Blue) = 152+141+21=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #988D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D15 is #6772EA. Grayscale: #838383. Windows color (decimal): -6779627 or 1412504. OLE color: 1412504.

HSL color Cylindrical-coordinate representation of color #988D15: hue angle of 54.96º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988D15 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 21 -
CMYK 0 0.07 0.86 0.40
HSL 54.96º 0.76% 0.34% -
HSV(B) 54.96º 0.86% 0.6% -
XYZ 22.61 25.78 4.49 -
YUV 130.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 152 141 21 0 0.07 0.86 0.40 54.96 0.76 0.34
Hex 98 8D 15 0 7 56 28 37 4C 22
Octal 230 215 25 0 7 126 50 67 114 42
Binary 10011000 10001101 10101 0 111 1010110 101000 110111 1001100 100010

Color Harmonies of #988D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D15

Black with #988D15

Text Example


Text Example

White with #988D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,21); }

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

background-color css

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

 a { background-color: rgb(152,141,21); }

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

border-color css

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

 span { border-color: rgb(152,141,21); }

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