Html Css Color HEX #998521 Lemon Ginger

📋 copy color: '#998521'

red 153 ◦ green 133 ◦ blue 33

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

Shades of Lemon Ginger #998521

Tints of Lemon Ginger #998521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 47.96%
G = 41.69%
B = 10.34%

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

#998521 (or 0x998521) is known color: Lemon Ginger. HEX triplet: 99, 85 and 21. RGB value is (153,133,33). Sum of RGB (Red+Green+Blue) = 153+133+33=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998521 is #667ADE. Grayscale: #808080. Windows color (decimal): -6716127 or 2196889. OLE color: 2196889.

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

Color convert

RGB 153 133 33 -
CMYK 0 0.13 0.78 0.4
HSL 50º 0.65% 0.36% -
HSV(B) 50º 0.78% 0.6% -
XYZ 21.8 23.66 4.86 -
YUV 127.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 153 133 33 0 0.13 0.78 0.4 50 0.65 0.36
Hex 99 85 21 0 D 4E 28 32 41 24
Octal 231 205 41 0 15 116 50 62 101 44
Binary 10011001 10000101 100001 0 1101 1001110 101000 110010 1000001 100100

Color Harmonies of #998521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998521

Black with #998521

Text Example


Text Example

White with #998521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998521; }

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

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

background-color css

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

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

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

border-color css

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

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

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