Html Css Color HEX #998426 Lemon Ginger

📋 copy color: '#998426'

red 153 ◦ green 132 ◦ blue 38

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

Shades of Lemon Ginger #998426

Tints of Lemon Ginger #998426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 38 (15.23% from 255) = 11.76%

R = 47.37%
G = 40.87%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#998426 (or 0x998426) is known color: Lemon Ginger. HEX triplet: 99, 84 and 26. RGB value is (153,132,38). Sum of RGB (Red+Green+Blue) = 153+132+38=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #998426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998426 is #667BD9. Grayscale: #7F7F7F. Windows color (decimal): -6716378 or 2524313. OLE color: 2524313.

HSL color Cylindrical-coordinate representation of color #998426: hue angle of 49.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998426 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 38 -
CMYK 0 0.14 0.75 0.4
HSL 49.04º 0.6% 0.37% -
HSV(B) 49.04º 0.75% 0.6% -
XYZ 21.74 23.41 5.21 -
YUV 127.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 153 132 38 0 0.14 0.75 0.4 49.04 0.6 0.37
Hex 99 84 26 0 E 4B 28 31 3C 25
Octal 231 204 46 0 16 113 50 61 74 45
Binary 10011001 10000100 100110 0 1110 1001011 101000 110001 111100 100101

Color Harmonies of #998426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998426

Black with #998426

Text Example


Text Example

White with #998426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998426; }

 p { color: rgb(153,132,38); }

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

background-color css

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

 a { background-color: rgb(153,132,38); }

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

border-color css

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

 span { border-color: rgb(153,132,38); }

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