Html Css Color HEX #988924 Lemon Ginger

📋 copy color: '#988924'

red 152 ◦ green 137 ◦ blue 36

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

Shades of Lemon Ginger #988924

Tints of Lemon Ginger #988924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

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

R = 46.77%
G = 42.15%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#988924 (or 0x988924) is known color: Lemon Ginger. HEX triplet: 98, 89 and 24. RGB value is (152,137,36). Sum of RGB (Red+Green+Blue) = 152+137+36=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #988924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988924 is #6776DB. Grayscale: #828282. Windows color (decimal): -6780636 or 2394520. OLE color: 2394520.

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

Color convert

RGB 152 137 36 -
CMYK 0 0.10 0.76 0.40
HSL 52.24º 0.62% 0.37% -
HSV(B) 52.24º 0.76% 0.6% -
XYZ 22.21 24.69 5.26 -
YUV 129.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 152 137 36 0 0.10 0.76 0.40 52.24 0.62 0.37
Hex 98 89 24 0 A 4C 28 34 3E 25
Octal 230 211 44 0 12 114 50 64 76 45
Binary 10011000 10001001 100100 0 1010 1001100 101000 110100 111110 100101

Color Harmonies of #988924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988924

Black with #988924

Text Example


Text Example

White with #988924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988924; }

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

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

background-color css

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

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

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

border-color css

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

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

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