Html Css Color HEX #987C32 Lemon Ginger

📋 copy color: '#987C32'

red 152 ◦ green 124 ◦ blue 50

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

Shades of Lemon Ginger #987C32

Tints of Lemon Ginger #987C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

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

R = 46.63%
G = 38.04%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#987C32 (or 0x987C32) is known color: Lemon Ginger. HEX triplet: 98, 7C and 32. RGB value is (152,124,50). Sum of RGB (Red+Green+Blue) = 152+124+50=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C32 is #6783CD. Grayscale: #7C7C7C. Windows color (decimal): -6783950 or 3308696. OLE color: 3308696.

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

Color convert

RGB 152 124 50 -
CMYK 0 0.18 0.67 0.40
HSL 43.53º 0.5% 0.4% -
HSV(B) 43.53º 0.67% 0.6% -
XYZ 20.73 21.32 6.04 -
YUV 123.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 152 124 50 0 0.18 0.67 0.40 43.53 0.5 0.4
Hex 98 7C 32 0 12 43 28 2C 32 28
Octal 230 174 62 0 22 103 50 54 62 50
Binary 10011000 1111100 110010 0 10010 1000011 101000 101100 110010 101000

Color Harmonies of #987C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C32

Black with #987C32

Text Example


Text Example

White with #987C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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