#9C8B1F

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

Shades of Lemon Ginger #9C8B1F

Tints of Lemon Ginger #9C8B1F

Color information

#9C8B1F (or 0x9C8B1F) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 8B and 1F. RGB value is (156,139,31). Sum of RGB (Red+Green+Blue) = 156+139+31=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B1F is #6374E0. Grayscale: #848484. Windows color (decimal): -6517985 or 2067356. OLE color: 2067356.

HSL color Cylindrical-coordinate representation of color #9C8B1F: hue angle of 51.84º 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 #9C8B1F is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB15613931-
CMYK00.110.800.39
HSL51.84º66.84%36.67%-
HSV(B)51.84º80.13%61.18%-
XYZ23.1925.635.02-
YUV131.7771.13145.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=47.85%
G=42.64%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561393100.110.800.3951.8466.8436.67
Hex9C8B1F0B5027344325
Octal23421337013120476410345
Binary1001110010001011111110101110100001001111101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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