#9B812E

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

Shades of Lemon Ginger #9B812E

Tints of Lemon Ginger #9B812E

Color information

#9B812E (or 0x9B812E) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 81 and 2E. RGB value is (155,129,46). Sum of RGB (Red+Green+Blue) = 155+129+46=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B812E is #647ED1. Grayscale: #7F7F7F. Windows color (decimal): -6586066 or 3047835. OLE color: 3047835.

HSL color Cylindrical-coordinate representation of color #9B812E: hue angle of 45.69º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B812E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15512946-
CMYK00.170.700.39
HSL45.69º54.23%39.41%-
HSV(B)45.69º70.32%60.78%-
XYZ21.8622.875.85-
YUV127.3182.11147.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=46.97%
G=39.09%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551294600.170.700.3945.6954.2339.41
Hex9B812E01146272e3627
Octal2332015602110647566647
Binary10011011100000011011100100011000110100111101110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,46); }

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

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

 a { background-color: rgb(155,129,46); }

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

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

 span { border-color: rgb(155,129,46); }

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