#9D8C26

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

Shades of Lemon Ginger #9D8C26

Tints of Lemon Ginger #9D8C26

Color information

#9D8C26 (or 0x9D8C26) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 8C and 26. RGB value is (157,140,38). Sum of RGB (Red+Green+Blue) = 157+140+38=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8C26 is #6273D9. Grayscale: #858585. Windows color (decimal): -6452186 or 2526365. OLE color: 2526365.

HSL color Cylindrical-coordinate representation of color #9D8C26: hue angle of 51.43º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D8C26 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB15714038-
CMYK00.110.760.38
HSL51.43º61.03%38.24%-
HSV(B)51.43º75.8%61.57%-
XYZ23.6326.065.62-
YUV133.4574.13144.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=46.87%
G=41.79%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571403800.110.760.3851.4361.0338.24
Hex9D8C260B4C26333d26
Octal2352144601311446637546
Binary1001110110001100100110010111001100100110110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,38); }

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

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

 a { background-color: rgb(157,140,38); }

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

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

 span { border-color: rgb(157,140,38); }

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