#9C901F

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

Shades of Lemon Ginger #9C901F

Tints of Lemon Ginger #9C901F

Color information

#9C901F (or 0x9C901F) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 90 and 1F. RGB value is (156,144,31). Sum of RGB (Red+Green+Blue) = 156+144+31=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C901F is #636FE0. Grayscale: #878787. Windows color (decimal): -6516705 or 2068636. OLE color: 2068636.

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

Color convert

RGB15614431-
CMYK00.080.800.39
HSL54.24º66.84%36.67%-
HSV(B)54.24º80.13%61.18%-
XYZ23.9327.115.27-
YUV134.7169.48143.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=47.13%
G=43.50%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561443100.080.800.3954.2466.8436.67
Hex9C901F085027364325
Octal23422037010120476610345
Binary1001110010010000111110100010100001001111101101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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