Html Css Color HEX #988932 Lemon Ginger

📋 copy color: '#988932'

red 152 ◦ green 137 ◦ blue 50

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

Shades of Lemon Ginger #988932

Tints of Lemon Ginger #988932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 44.84%
G = 40.41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988932 (or 0x988932) is known color: Lemon Ginger. HEX triplet: 98, 89 and 32. RGB value is (152,137,50). Sum of RGB (Red+Green+Blue) = 152+137+50=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988932 is #6776CD. Grayscale: #838383. Windows color (decimal): -6780622 or 3312024. OLE color: 3312024.

HSL color Cylindrical-coordinate representation of color #988932: hue angle of 51.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #988932 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 50 -
CMYK 0 0.10 0.67 0.40
HSL 51.18º 0.5% 0.4% -
HSV(B) 51.18º 0.67% 0.6% -
XYZ 22.47 24.8 6.62 -
YUV 131.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 152 137 50 0 0.10 0.67 0.40 51.18 0.5 0.4
Hex 98 89 32 0 A 43 28 33 32 28
Octal 230 211 62 0 12 103 50 63 62 50
Binary 10011000 10001001 110010 0 1010 1000011 101000 110011 110010 101000

Color Harmonies of #988932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988932

Black with #988932

Text Example


Text Example

White with #988932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988932; }

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

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

background-color css

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

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

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

border-color css

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

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

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