#947D20

Color #947D20 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #947D20

Tints of Lemon Ginger #947D20

Color information

#947D20 (or 0x947D20) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7D and 20. RGB value is (148,125,32). Sum of RGB (Red+Green+Blue) = 148+125+32=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #947D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D20 is #6B82DF. Grayscale: #797979. Windows color (decimal): -7045856 or 2129300. OLE color: 2129300.

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

Color convert

RGB14812532-
CMYK00.160.780.42
HSL48.1º64.44%35.29%-
HSV(B)48.1º78.38%58.04%-
XYZ19.8121.074.39-
YUV121.2877.62147.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=48.52%
G=40.98%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481253200.160.780.4248.164.4435.29
Hex947D200104E2A304023
Octal22417540020116526010043
Binary10010100111110110000001000010011101010101100001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,32); }

 H1.HeaderClassName
 {
   color: #947D20;
 }
 .AnyTagClassName
 {
   color: #947D20;
 }
</style>
background-color css

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

 a { background-color: rgb(148,125,32); }

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

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

 span { border-color: rgb(148,125,32); }

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