Html Css Color HEX #989124 Lemon Ginger

📋 copy color: '#989124'

red 152 ◦ green 145 ◦ blue 36

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

Shades of Lemon Ginger #989124

Tints of Lemon Ginger #989124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.54%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 45.65%
G = 43.54%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#989124 (or 0x989124) is known color: Lemon Ginger. HEX triplet: 98, 91 and 24. RGB value is (152,145,36). Sum of RGB (Red+Green+Blue) = 152+145+36=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #989124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989124 is #676EDB. Grayscale: #878787. Windows color (decimal): -6778588 or 2396568. OLE color: 2396568.

HSL color Cylindrical-coordinate representation of color #989124: hue angle of 56.38º degrees, saturation: 0.62, 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 #989124 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 36 -
CMYK 0 0.05 0.76 0.40
HSL 56.38º 0.62% 0.37% -
HSV(B) 56.38º 0.76% 0.6% -
XYZ 23.39 27.05 5.66 -
YUV 134.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 152 145 36 0 0.05 0.76 0.40 56.38 0.62 0.37
Hex 98 91 24 0 5 4C 28 38 3E 25
Octal 230 221 44 0 5 114 50 70 76 45
Binary 10011000 10010001 100100 0 101 1001100 101000 111000 111110 100101

Color Harmonies of #989124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989124

Black with #989124

Text Example


Text Example

White with #989124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989124; }

 p { color: rgb(152,145,36); }

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

background-color css

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

 a { background-color: rgb(152,145,36); }

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

border-color css

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

 span { border-color: rgb(152,145,36); }

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