Html Css Color HEX #998C15 Lemon Ginger

📋 copy color: '#998C15'

red 153 ◦ green 140 ◦ blue 21

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

Shades of Lemon Ginger #998C15

Tints of Lemon Ginger #998C15

RGB

 RED value IS 153 (60.16% from 255) = 48.73%

 GREEN value IS 140 (55.08% from 255) = 44.59%

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

R = 48.73%
G = 44.59%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#998C15 (or 0x998C15) is known color: Lemon Ginger. HEX triplet: 99, 8C and 15. RGB value is (153,140,21). Sum of RGB (Red+Green+Blue) = 153+140+21=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #998C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C15 is #6673EA. Grayscale: #828282. Windows color (decimal): -6714347 or 1412249. OLE color: 1412249.

HSL color Cylindrical-coordinate representation of color #998C15: hue angle of 54.09º 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 #998C15 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 21 -
CMYK 0 0.08 0.86 0.4
HSL 54.09º 0.76% 0.34% -
HSV(B) 54.09º 0.86% 0.6% -
XYZ 22.65 25.58 4.45 -
YUV 130.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 153 140 21 0 0.08 0.86 0.4 54.09 0.76 0.34
Hex 99 8C 15 0 8 56 28 36 4C 22
Octal 231 214 25 0 10 126 50 66 114 42
Binary 10011001 10001100 10101 0 1000 1010110 101000 110110 1001100 100010

Color Harmonies of #998C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C15

Black with #998C15

Text Example


Text Example

White with #998C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C15; }

 p { color: rgb(153,140,21); }

 H1.HeaderClassName
 {
   color: #998C15;
 }
 .AnyTagClassName
 {
   color: #998C15;
 }
</style>

background-color css

<style>
 a { background-color: #998C15; }

 a { background-color: rgb(153,140,21); }

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

border-color css

<style>
 span { border-color: #998C15; }

 span { border-color: rgb(153,140,21); }

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