Html Css Color HEX #988221 Lemon Ginger

📋 copy color: '#988221'

red 152 ◦ green 130 ◦ blue 33

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

Shades of Lemon Ginger #988221

Tints of Lemon Ginger #988221

RGB

 RED value IS 152 (59.77% from 255) = 48.25%

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

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

R = 48.25%
G = 41.27%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#988221 (or 0x988221) is known color: Lemon Ginger. HEX triplet: 98, 82 and 21. RGB value is (152,130,33). Sum of RGB (Red+Green+Blue) = 152+130+33=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988221 is #677DDE. Grayscale: #7D7D7D. Windows color (decimal): -6782431 or 2196120. OLE color: 2196120.

HSL color Cylindrical-coordinate representation of color #988221: hue angle of 48.91º degrees, saturation: 0.64, 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 #988221 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 33 -
CMYK 0 0.14 0.78 0.40
HSL 48.91º 0.64% 0.36% -
HSV(B) 48.91º 0.78% 0.6% -
XYZ 21.21 22.75 4.71 -
YUV 125.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 152 130 33 0 0.14 0.78 0.40 48.91 0.64 0.36
Hex 98 82 21 0 E 4E 28 31 40 24
Octal 230 202 41 0 16 116 50 61 100 44
Binary 10011000 10000010 100001 0 1110 1001110 101000 110001 1000000 100100

Color Harmonies of #988221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988221

Black with #988221

Text Example


Text Example

White with #988221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988221; }

 p { color: rgb(152,130,33); }

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

background-color css

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

 a { background-color: rgb(152,130,33); }

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

border-color css

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

 span { border-color: rgb(152,130,33); }

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