#9B8A2F

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

Shades of Lemon Ginger #9B8A2F

Tints of Lemon Ginger #9B8A2F

Color information

#9B8A2F (or 0x9B8A2F) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8A and 2F. RGB value is (155,138,47). Sum of RGB (Red+Green+Blue) = 155+138+47=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A2F is #6475D0. Grayscale: #858585. Windows color (decimal): -6583761 or 3115675. OLE color: 3115675.

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

Color convert

RGB15513847-
CMYK00.110.700.39
HSL50.56º53.47%39.61%-
HSV(B)50.56º69.68%60.78%-
XYZ23.1225.356.36-
YUV132.7179.63143.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 47 (18.75% from 255) = 13.82%
R=45.59%
G=40.59%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551384700.110.700.3950.5653.4739.61
Hex9B8A2F0B4627333528
Octal2332125701310647636550
Binary1001101110001010101111010111000110100111110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,138,47); }

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

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

 a { background-color: rgb(155,138,47); }

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

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

 span { border-color: rgb(155,138,47); }

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