Html Css Color HEX #988228 Lemon Ginger

📋 copy color: '#988228'

red 152 ◦ green 130 ◦ blue 40

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

Shades of Lemon Ginger #988228

Tints of Lemon Ginger #988228

RGB

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

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

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

R = 47.2%
G = 40.37%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988228 (or 0x988228) is known color: Lemon Ginger. HEX triplet: 98, 82 and 28. RGB value is (152,130,40). Sum of RGB (Red+Green+Blue) = 152+130+40=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #988228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988228 is #677DD7. Grayscale: #7E7E7E. Windows color (decimal): -6782424 or 2654872. OLE color: 2654872.

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

Color convert

RGB 152 130 40 -
CMYK 0 0.14 0.74 0.40
HSL 48.21º 0.58% 0.38% -
HSV(B) 48.21º 0.74% 0.6% -
XYZ 21.31 22.79 5.28 -
YUV 126.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 152 130 40 0 0.14 0.74 0.40 48.21 0.58 0.38
Hex 98 82 28 0 E 4A 28 30 3A 26
Octal 230 202 50 0 16 112 50 60 72 46
Binary 10011000 10000010 101000 0 1110 1001010 101000 110000 111010 100110

Color Harmonies of #988228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988228

Black with #988228

Text Example


Text Example

White with #988228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988228; }

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

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

background-color css

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

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

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

border-color css

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

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

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