#9D932D

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

Shades of Lemon Ginger #9D932D

Tints of Lemon Ginger #9D932D

Color information

#9D932D (or 0x9D932D) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 93 and 2D. RGB value is (157,147,45). Sum of RGB (Red+Green+Blue) = 157+147+45=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D932D is #626CD2. Grayscale: #8A8A8A. Windows color (decimal): -6450387 or 2986909. OLE color: 2986909.

HSL color Cylindrical-coordinate representation of color #9D932D: hue angle of 54.64º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D932D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB15714745-
CMYK00.060.710.38
HSL54.64º55.45%39.61%-
HSV(B)54.64º71.34%61.57%-
XYZ24.8128.226.62-
YUV138.3675.31141.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=44.99%
G=42.12%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571474500.060.710.3854.6455.4539.61
Hex9D932D064726373728
Octal235223550610746676750
Binary100111011001001110110101101000111100110110111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D932D; }

 p { color: rgb(157,147,45); }

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

<style>
 a { background-color: #9D932D; }

 a { background-color: rgb(157,147,45); }

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

<style>
 span { border-color: #9D932D; }

 span { border-color: rgb(157,147,45); }

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