Html Css Color HEX #947C31 Lemon Ginger

📋 copy color: '#947C31'

red 148 ◦ green 124 ◦ blue 49

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

Shades of Lemon Ginger #947C31

Tints of Lemon Ginger #947C31

RGB

 RED value IS 148 (58.2% from 255) = 46.11%

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 46.11%
G = 38.63%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#947C31 (or 0x947C31) is known color: Lemon Ginger. HEX triplet: 94, 7C and 31. RGB value is (148,124,49). Sum of RGB (Red+Green+Blue) = 148+124+49=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #947C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C31 is #6B83CE. Grayscale: #7A7A7A. Windows color (decimal): -7046095 or 3243156. OLE color: 3243156.

HSL color Cylindrical-coordinate representation of color #947C31: hue angle of 45.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #947C31 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 49 -
CMYK 0 0.16 0.67 0.42
HSL 45.45º 0.5% 0.39% -
HSV(B) 45.45º 0.67% 0.58% -
XYZ 19.97 20.93 5.89 -
YUV 122.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 148 124 49 0 0.16 0.67 0.42 45.45 0.5 0.39
Hex 94 7C 31 0 10 43 2A 2D 32 27
Octal 224 174 61 0 20 103 52 55 62 47
Binary 10010100 1111100 110001 0 10000 1000011 101010 101101 110010 100111

Color Harmonies of #947C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C31

Black with #947C31

Text Example


Text Example

White with #947C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C31; }

 p { color: rgb(148,124,49); }

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

background-color css

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

 a { background-color: rgb(148,124,49); }

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

border-color css

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

 span { border-color: rgb(148,124,49); }

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