Html Css Color HEX #988432 Lemon Ginger

📋 copy color: '#988432'

red 152 ◦ green 132 ◦ blue 50

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

Shades of Lemon Ginger #988432

Tints of Lemon Ginger #988432

RGB

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

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

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

R = 45.51%
G = 39.52%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988432 (or 0x988432) is known color: Lemon Ginger. HEX triplet: 98, 84 and 32. RGB value is (152,132,50). Sum of RGB (Red+Green+Blue) = 152+132+50=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #988432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988432 is #677BCD. Grayscale: #808080. Windows color (decimal): -6781902 or 3310744. OLE color: 3310744.

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

Color convert

RGB 152 132 50 -
CMYK 0 0.13 0.67 0.40
HSL 48.24º 0.5% 0.4% -
HSV(B) 48.24º 0.67% 0.6% -
XYZ 21.78 23.41 6.39 -
YUV 128.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 152 132 50 0 0.13 0.67 0.40 48.24 0.5 0.4
Hex 98 84 32 0 D 43 28 30 32 28
Octal 230 204 62 0 15 103 50 60 62 50
Binary 10011000 10000100 110010 0 1101 1000011 101000 110000 110010 101000

Color Harmonies of #988432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988432

Black with #988432

Text Example


Text Example

White with #988432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988432; }

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

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

background-color css

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

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

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

border-color css

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

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

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