Html Css Color HEX #988232 Lemon Ginger

📋 copy color: '#988232'

red 152 ◦ green 130 ◦ blue 50

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

Shades of Lemon Ginger #988232

Tints of Lemon Ginger #988232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 45.78%
G = 39.16%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#988232 (or 0x988232) is known color: Lemon Ginger. HEX triplet: 98, 82 and 32. RGB value is (152,130,50). Sum of RGB (Red+Green+Blue) = 152+130+50=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988232 is #677DCD. Grayscale: #7F7F7F. Windows color (decimal): -6782414 or 3310232. OLE color: 3310232.

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

Color convert

RGB 152 130 50 -
CMYK 0 0.14 0.67 0.40
HSL 47.06º 0.5% 0.4% -
HSV(B) 47.06º 0.67% 0.6% -
XYZ 21.51 22.87 6.3 -
YUV 127.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 152 130 50 0 0.14 0.67 0.40 47.06 0.5 0.4
Hex 98 82 32 0 E 43 28 2F 32 28
Octal 230 202 62 0 16 103 50 57 62 50
Binary 10011000 10000010 110010 0 1110 1000011 101000 101111 110010 101000

Color Harmonies of #988232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988232

Black with #988232

Text Example


Text Example

White with #988232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988232; }

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

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

background-color css

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

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

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

border-color css

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

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

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