Html Css Color HEX #988225 Lemon Ginger

📋 copy color: '#988225'

red 152 ◦ green 130 ◦ blue 37

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

Shades of Lemon Ginger #988225

Tints of Lemon Ginger #988225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 47.65%
G = 40.75%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#988225 (or 0x988225) is known color: Lemon Ginger. HEX triplet: 98, 82 and 25. RGB value is (152,130,37). Sum of RGB (Red+Green+Blue) = 152+130+37=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988225 is #677DDA. Grayscale: #7E7E7E. Windows color (decimal): -6782427 or 2458264. OLE color: 2458264.

HSL color Cylindrical-coordinate representation of color #988225: hue angle of 48.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988225 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 37 -
CMYK 0 0.14 0.76 0.40
HSL 48.52º 0.61% 0.37% -
HSV(B) 48.52º 0.76% 0.6% -
XYZ 21.27 22.77 5.03 -
YUV 125.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 152 130 37 0 0.14 0.76 0.40 48.52 0.61 0.37
Hex 98 82 25 0 E 4C 28 31 3D 25
Octal 230 202 45 0 16 114 50 61 75 45
Binary 10011000 10000010 100101 0 1110 1001100 101000 110001 111101 100101

Color Harmonies of #988225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988225

Black with #988225

Text Example


Text Example

White with #988225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988225; }

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

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

background-color css

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

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

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

border-color css

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

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

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