#9B942B

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

Shades of Lemon Ginger #9B942B

Tints of Lemon Ginger #9B942B

Color information

#9B942B (or 0x9B942B) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 94 and 2B. RGB value is (155,148,43). Sum of RGB (Red+Green+Blue) = 155+148+43=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B942B is #646BD4. Grayscale: #8A8A8A. Windows color (decimal): -6581205 or 2856091. OLE color: 2856091.

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

Color convert

RGB15514843-
CMYK00.050.720.39
HSL56.25º56.57%38.82%-
HSV(B)56.25º72.26%60.78%-
XYZ24.5428.326.46-
YUV138.1274.32140.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=44.80%
G=42.77%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551484300.050.720.3956.2556.5738.82
Hex9B942B054827383927
Octal233224530511047707147
Binary100110111001010010101101011001000100111111000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,43); }

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

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

 a { background-color: rgb(155,148,43); }

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

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

 span { border-color: rgb(155,148,43); }

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