#9D922B

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

Shades of Lemon Ginger #9D922B

Tints of Lemon Ginger #9D922B

Color information

#9D922B (or 0x9D922B) is unknown color: approx Lemon Ginger. HEX triplet: 9D, 92 and 2B. RGB value is (157,146,43). Sum of RGB (Red+Green+Blue) = 157+146+43=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D922B is #626DD4. Grayscale: #898989. Windows color (decimal): -6450645 or 2855581. OLE color: 2855581.

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

Color convert

RGB15714643-
CMYK00.070.730.38
HSL54.21º57%39.22%-
HSV(B)54.21º72.61%61.57%-
XYZ24.6227.96.37-
YUV137.5574.64141.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.38%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=45.38%
G=42.20%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571464300.070.730.3854.215739.22
Hex9D922B074926363927
Octal235222530711146667147
Binary100111011001001010101101111001001100110110110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,43); }

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

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

 a { background-color: rgb(157,146,43); }

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

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

 span { border-color: rgb(157,146,43); }

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