#9D8B2D

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

Shades of Lemon Ginger #9D8B2D

Tints of Lemon Ginger #9D8B2D

Color information

#9D8B2D (or 0x9D8B2D) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 8B and 2D. RGB value is (157,139,45). Sum of RGB (Red+Green+Blue) = 157+139+45=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8B2D is #6274D2. Grayscale: #868686. Windows color (decimal): -6452435 or 2984861. OLE color: 2984861.

HSL color Cylindrical-coordinate representation of color #9D8B2D: hue angle of 50.36º 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 #9D8B2D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB15713945-
CMYK00.110.710.38
HSL50.36º55.45%39.61%-
HSV(B)50.36º71.34%61.57%-
XYZ23.6125.826.22-
YUV133.6777.96144.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=46.04%
G=40.76%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571394500.110.710.3850.3655.4539.61
Hex9D8B2D0B4726323728
Octal2352135501310746626750
Binary1001110110001011101101010111000111100110110010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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