#9B8926

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

Shades of Lemon Ginger #9B8926

Tints of Lemon Ginger #9B8926

Color information

#9B8926 (or 0x9B8926) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 89 and 26. RGB value is (155,137,38). Sum of RGB (Red+Green+Blue) = 155+137+38=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8926 is #6476D9. Grayscale: #838383. Windows color (decimal): -6584026 or 2525595. OLE color: 2525595.

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

Color convert

RGB15513738-
CMYK00.120.750.39
HSL50.77º60.62%37.84%-
HSV(B)50.77º75.48%60.78%-
XYZ22.81255.46-
YUV131.175.46145.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 38 (15.23% from 255) = 11.52%
R=46.97%
G=41.52%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551373800.120.750.3950.7760.6237.84
Hex9B89260C4B27333d26
Octal2332114601411347637546
Binary1001101110001001100110011001001011100111110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,38); }

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

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

 a { background-color: rgb(155,137,38); }

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

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

 span { border-color: rgb(155,137,38); }

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