Html Css Color HEX #998A21 Lemon Ginger

📋 copy color: '#998A21'

red 153 ◦ green 138 ◦ blue 33

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

Shades of Lemon Ginger #998A21

Tints of Lemon Ginger #998A21

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.59%

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

R = 47.22%
G = 42.59%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#998A21 (or 0x998A21) is known color: Lemon Ginger. HEX triplet: 99, 8A and 21. RGB value is (153,138,33). Sum of RGB (Red+Green+Blue) = 153+138+33=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #998A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A21 is #6675DE. Grayscale: #828282. Windows color (decimal): -6714847 or 2198169. OLE color: 2198169.

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

Color convert

RGB 153 138 33 -
CMYK 0 0.10 0.78 0.4
HSL 52.5º 0.65% 0.36% -
HSV(B) 52.5º 0.78% 0.6% -
XYZ 22.5 25.06 5.09 -
YUV 130.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 153 138 33 0 0.10 0.78 0.4 52.5 0.65 0.36
Hex 99 8A 21 0 A 4E 28 34 41 24
Octal 231 212 41 0 12 116 50 64 101 44
Binary 10011001 10001010 100001 0 1010 1001110 101000 110100 1000001 100100

Color Harmonies of #998A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A21

Black with #998A21

Text Example


Text Example

White with #998A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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