Html Css Color HEX #998228 Lemon Ginger

📋 copy color: '#998228'

red 153 ◦ green 130 ◦ blue 40

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

Shades of Lemon Ginger #998228

Tints of Lemon Ginger #998228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.25%

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 47.37%
G = 40.25%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#998228 (or 0x998228) is known color: Lemon Ginger. HEX triplet: 99, 82 and 28. RGB value is (153,130,40). Sum of RGB (Red+Green+Blue) = 153+130+40=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #998228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998228 is #667DD7. Grayscale: #7F7F7F. Windows color (decimal): -6716888 or 2654873. OLE color: 2654873.

HSL color Cylindrical-coordinate representation of color #998228: hue angle of 47.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #998228 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 40 -
CMYK 0 0.15 0.74 0.4
HSL 47.79º 0.59% 0.38% -
HSV(B) 47.79º 0.74% 0.6% -
XYZ 21.5 22.89 5.29 -
YUV 126.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 153 130 40 0 0.15 0.74 0.4 47.79 0.59 0.38
Hex 99 82 28 0 F 4A 28 30 3B 26
Octal 231 202 50 0 17 112 50 60 73 46
Binary 10011001 10000010 101000 0 1111 1001010 101000 110000 111011 100110

Color Harmonies of #998228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998228

Black with #998228

Text Example


Text Example

White with #998228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998228; }

 p { color: rgb(153,130,40); }

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

background-color css

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

 a { background-color: rgb(153,130,40); }

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

border-color css

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

 span { border-color: rgb(153,130,40); }

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