#9B812A

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

Shades of Lemon Ginger #9B812A

Tints of Lemon Ginger #9B812A

Color information

#9B812A (or 0x9B812A) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 81 and 2A. RGB value is (155,129,42). Sum of RGB (Red+Green+Blue) = 155+129+42=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B812A is #647ED5. Grayscale: #7F7F7F. Windows color (decimal): -6586070 or 2785691. OLE color: 2785691.

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

Color convert

RGB15512942-
CMYK00.170.730.39
HSL46.19º57.36%38.63%-
HSV(B)46.19º72.9%60.78%-
XYZ21.7922.845.45-
YUV126.8680.11148.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=47.55%
G=39.57%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551294200.170.730.3946.1957.3638.63
Hex9B812A01149272e3927
Octal2332015202111147567147
Binary10011011100000011010100100011001001100111101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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