Html Css Color HEX #998522 Lemon Ginger

📋 copy color: '#998522'

red 153 ◦ green 133 ◦ blue 34

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

Shades of Lemon Ginger #998522

Tints of Lemon Ginger #998522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 47.81%
G = 41.56%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#998522 (or 0x998522) is known color: Lemon Ginger. HEX triplet: 99, 85 and 22. RGB value is (153,133,34). Sum of RGB (Red+Green+Blue) = 153+133+34=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #998522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998522 is #667ADD. Grayscale: #808080. Windows color (decimal): -6716126 or 2262425. OLE color: 2262425.

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

Color convert

RGB 153 133 34 -
CMYK 0 0.13 0.78 0.4
HSL 49.92º 0.64% 0.37% -
HSV(B) 49.92º 0.78% 0.6% -
XYZ 21.81 23.66 4.93 -
YUV 127.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 153 133 34 0 0.13 0.78 0.4 49.92 0.64 0.37
Hex 99 85 22 0 D 4E 28 32 40 25
Octal 231 205 42 0 15 116 50 62 100 45
Binary 10011001 10000101 100010 0 1101 1001110 101000 110010 1000000 100101

Color Harmonies of #998522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998522

Black with #998522

Text Example


Text Example

White with #998522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998522; }

 p { color: rgb(153,133,34); }

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

background-color css

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

 a { background-color: rgb(153,133,34); }

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

border-color css

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

 span { border-color: rgb(153,133,34); }

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