Html Css Color HEX #988916 Lemon Ginger

📋 copy color: '#988916'

red 152 ◦ green 137 ◦ blue 22

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

Shades of Lemon Ginger #988916

Tints of Lemon Ginger #988916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 48.87%
G = 44.05%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988916 (or 0x988916) is known color: Lemon Ginger. HEX triplet: 98, 89 and 16. RGB value is (152,137,22). Sum of RGB (Red+Green+Blue) = 152+137+22=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #988916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988916 is #6776E9. Grayscale: #808080. Windows color (decimal): -6780650 or 1477016. OLE color: 1477016.

HSL color Cylindrical-coordinate representation of color #988916: hue angle of 53.08º degrees, saturation: 0.75, 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 #988916 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 22 -
CMYK 0 0.10 0.86 0.40
HSL 53.08º 0.75% 0.34% -
HSV(B) 53.08º 0.86% 0.6% -
XYZ 22.04 24.62 4.35 -
YUV 128.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 152 137 22 0 0.10 0.86 0.40 53.08 0.75 0.34
Hex 98 89 16 0 A 56 28 35 4B 22
Octal 230 211 26 0 12 126 50 65 113 42
Binary 10011000 10001001 10110 0 1010 1010110 101000 110101 1001011 100010

Color Harmonies of #988916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988916

Black with #988916

Text Example


Text Example

White with #988916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988916; }

 p { color: rgb(152,137,22); }

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

background-color css

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

 a { background-color: rgb(152,137,22); }

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

border-color css

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

 span { border-color: rgb(152,137,22); }

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