Html Css Color HEX #988E15 Lemon Ginger

📋 copy color: '#988E15'

red 152 ◦ green 142 ◦ blue 21

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

Shades of Lemon Ginger #988E15

Tints of Lemon Ginger #988E15

RGB

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

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

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

R = 48.25%
G = 45.08%
B = 6.67%

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

#988E15 (or 0x988E15) is known color: Lemon Ginger. HEX triplet: 98, 8E and 15. RGB value is (152,142,21). Sum of RGB (Red+Green+Blue) = 152+142+21=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E15 is #6771EA. Grayscale: #838383. Windows color (decimal): -6779371 or 1412760. OLE color: 1412760.

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

Color convert

RGB 152 142 21 -
CMYK 0 0.07 0.86 0.40
HSL 55.42º 0.76% 0.34% -
HSV(B) 55.42º 0.86% 0.6% -
XYZ 22.76 26.08 4.54 -
YUV 131.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 152 142 21 0 0.07 0.86 0.40 55.42 0.76 0.34
Hex 98 8E 15 0 7 56 28 37 4C 22
Octal 230 216 25 0 7 126 50 67 114 42
Binary 10011000 10001110 10101 0 111 1010110 101000 110111 1001100 100010

Color Harmonies of #988E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E15

Black with #988E15

Text Example


Text Example

White with #988E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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