#9B902D

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

Shades of Lemon Ginger #9B902D

Tints of Lemon Ginger #9B902D

Color information

#9B902D (or 0x9B902D) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 90 and 2D. RGB value is (155,144,45). Sum of RGB (Red+Green+Blue) = 155+144+45=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B902D is #646FD2. Grayscale: #888888. Windows color (decimal): -6582227 or 2986139. OLE color: 2986139.

HSL color Cylindrical-coordinate representation of color #9B902D: hue angle of 54º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B902D is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB15514445-
CMYK00.070.710.39
HSL54º55%39.22%-
HSV(B)54º70.97%60.78%-
XYZ23.9627.16.45-
YUV13676.64141.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 45 (17.97% from 255) = 13.08%
R=45.06%
G=41.86%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551444500.070.710.39545539.22
Hex9B902D074727363727
Octal233220550710747666747
Binary100110111001000010110101111000111100111110110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,45); }

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

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

 a { background-color: rgb(155,144,45); }

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

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

 span { border-color: rgb(155,144,45); }

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