Html Css Color HEX #998223 Lemon Ginger

📋 copy color: '#998223'

red 153 ◦ green 130 ◦ blue 35

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

Shades of Lemon Ginger #998223

Tints of Lemon Ginger #998223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 48.11%
G = 40.88%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#998223 (or 0x998223) is known color: Lemon Ginger. HEX triplet: 99, 82 and 23. RGB value is (153,130,35). Sum of RGB (Red+Green+Blue) = 153+130+35=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998223 is #667DDC. Grayscale: #7E7E7E. Windows color (decimal): -6716893 or 2327193. OLE color: 2327193.

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

Color convert

RGB 153 130 35 -
CMYK 0 0.15 0.77 0.4
HSL 48.31º 0.63% 0.37% -
HSV(B) 48.31º 0.77% 0.6% -
XYZ 21.42 22.86 4.87 -
YUV 126.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 153 130 35 0 0.15 0.77 0.4 48.31 0.63 0.37
Hex 99 82 23 0 F 4D 28 30 3F 25
Octal 231 202 43 0 17 115 50 60 77 45
Binary 10011001 10000010 100011 0 1111 1001101 101000 110000 111111 100101

Color Harmonies of #998223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998223

Black with #998223

Text Example


Text Example

White with #998223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998223; }

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

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

background-color css

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

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

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

border-color css

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

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

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