#9D9030

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

Shades of Lemon Ginger #9D9030

Tints of Lemon Ginger #9D9030

Color information

#9D9030 (or 0x9D9030) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 90 and 30. RGB value is (157,144,48). Sum of RGB (Red+Green+Blue) = 157+144+48=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9030 is #626FCF. Grayscale: #898989. Windows color (decimal): -6451152 or 3182749. OLE color: 3182749.

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

Color convert

RGB15714448-
CMYK00.080.690.38
HSL52.84º53.17%40.2%-
HSV(B)52.84º69.43%61.57%-
XYZ24.4127.336.78-
YUV136.9477.81142.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=44.99%
G=41.26%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571444800.080.690.3852.8453.1740.2
Hex9D9030084526353528
Octal2352206001010546656550
Binary1001110110010000110000010001000101100110110101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,48); }

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

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

 a { background-color: rgb(157,144,48); }

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

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

 span { border-color: rgb(157,144,48); }

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