Html Css Color HEX #947C29 Lemon Ginger

📋 copy color: '#947C29'

red 148 ◦ green 124 ◦ blue 41

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

Shades of Lemon Ginger #947C29

Tints of Lemon Ginger #947C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 47.28%
G = 39.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#947C29 (or 0x947C29) is known color: Lemon Ginger. HEX triplet: 94, 7C and 29. RGB value is (148,124,41). Sum of RGB (Red+Green+Blue) = 148+124+41=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #947C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C29 is #6B83D6. Grayscale: #7A7A7A. Windows color (decimal): -7046103 or 2718868. OLE color: 2718868.

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

Color convert

RGB 148 124 41 -
CMYK 0 0.16 0.72 0.42
HSL 46.54º 0.57% 0.37% -
HSV(B) 46.54º 0.72% 0.58% -
XYZ 19.82 20.87 5.08 -
YUV 121.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 148 124 41 0 0.16 0.72 0.42 46.54 0.57 0.37
Hex 94 7C 29 0 10 48 2A 2F 39 25
Octal 224 174 51 0 20 110 52 57 71 45
Binary 10010100 1111100 101001 0 10000 1001000 101010 101111 111001 100101

Color Harmonies of #947C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C29

Black with #947C29

Text Example


Text Example

White with #947C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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