Html Css Color HEX #987C34 Lemon Ginger

📋 copy color: '#987C34'

red 152 ◦ green 124 ◦ blue 52

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

Shades of Lemon Ginger #987C34

Tints of Lemon Ginger #987C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 46.34%
G = 37.8%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#987C34 (or 0x987C34) is known color: Lemon Ginger. HEX triplet: 98, 7C and 34. RGB value is (152,124,52). Sum of RGB (Red+Green+Blue) = 152+124+52=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C34 is #6783CB. Grayscale: #7C7C7C. Windows color (decimal): -6783948 or 3439768. OLE color: 3439768.

HSL color Cylindrical-coordinate representation of color #987C34: hue angle of 43.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987C34 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 52 -
CMYK 0 0.18 0.66 0.40
HSL 43.2º 0.49% 0.4% -
HSV(B) 43.2º 0.66% 0.6% -
XYZ 20.78 21.34 6.27 -
YUV 124.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 152 124 52 0 0.18 0.66 0.40 43.2 0.49 0.4
Hex 98 7C 34 0 12 42 28 2B 31 28
Octal 230 174 64 0 22 102 50 53 61 50
Binary 10011000 1111100 110100 0 10010 1000010 101000 101011 110001 101000

Color Harmonies of #987C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C34

Black with #987C34

Text Example


Text Example

White with #987C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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