#9B8925

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

Shades of Lemon Ginger #9B8925

Tints of Lemon Ginger #9B8925

Color information

#9B8925 (or 0x9B8925) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 89 and 25. RGB value is (155,137,37). Sum of RGB (Red+Green+Blue) = 155+137+37=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8925 is #6476DA. Grayscale: #838383. Windows color (decimal): -6584027 or 2460059. OLE color: 2460059.

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

Color convert

RGB15513737-
CMYK00.120.760.39
HSL50.85º61.46%37.65%-
HSV(B)50.85º76.13%60.78%-
XYZ22.824.995.37-
YUV130.9874.96145.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=47.11%
G=41.64%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551373700.120.760.3950.8561.4637.65
Hex9B89250C4C27333d26
Octal2332114501411447637546
Binary1001101110001001100101011001001100100111110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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