#9B901F

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

Shades of Lemon Ginger #9B901F

Tints of Lemon Ginger #9B901F

Color information

#9B901F (or 0x9B901F) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 90 and 1F. RGB value is (155,144,31). Sum of RGB (Red+Green+Blue) = 155+144+31=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B901F is #646FE0. Grayscale: #868686. Windows color (decimal): -6582241 or 2068635. OLE color: 2068635.

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

Color convert

RGB15514431-
CMYK00.070.80.39
HSL54.68º66.67%36.47%-
HSV(B)54.68º80%60.78%-
XYZ23.7427.015.26-
YUV134.4169.64142.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 31 (12.5% from 255) = 9.39%
R=46.97%
G=43.64%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551443100.070.80.3954.6866.6736.47
Hex9B901F075027374324
Octal2332203707120476710344
Binary100110111001000011111011110100001001111101111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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