Html Css Color HEX #988428 Lemon Ginger

📋 copy color: '#988428'

red 152 ◦ green 132 ◦ blue 40

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

Shades of Lemon Ginger #988428

Tints of Lemon Ginger #988428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 46.91%
G = 40.74%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988428 (or 0x988428) is known color: Lemon Ginger. HEX triplet: 98, 84 and 28. RGB value is (152,132,40). Sum of RGB (Red+Green+Blue) = 152+132+40=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #988428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988428 is #677BD7. Grayscale: #7F7F7F. Windows color (decimal): -6781912 or 2655384. OLE color: 2655384.

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

Color convert

RGB 152 132 40 -
CMYK 0 0.13 0.74 0.40
HSL 49.29º 0.58% 0.38% -
HSV(B) 49.29º 0.74% 0.6% -
XYZ 21.58 23.33 5.37 -
YUV 127.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 152 132 40 0 0.13 0.74 0.40 49.29 0.58 0.38
Hex 98 84 28 0 D 4A 28 31 3A 26
Octal 230 204 50 0 15 112 50 61 72 46
Binary 10011000 10000100 101000 0 1101 1001010 101000 110001 111010 100110

Color Harmonies of #988428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988428

Black with #988428

Text Example


Text Example

White with #988428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988428; }

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

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

background-color css

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

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

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

border-color css

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

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

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