#96922B

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

Shades of Lemon Ginger #96922B

Tints of Lemon Ginger #96922B

Color information

#96922B (or 0x96922B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 92 and 2B. RGB value is (150,146,43). Sum of RGB (Red+Green+Blue) = 150+146+43=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96922B is #696DD4. Grayscale: #878787. Windows color (decimal): -6909397 or 2855574. OLE color: 2855574.

HSL color Cylindrical-coordinate representation of color #96922B: hue angle of 57.76º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96922B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15014643-
CMYK00.030.710.41
HSL57.76º55.44%37.84%-
HSV(B)57.76º71.33%58.82%-
XYZ23.2927.226.31-
YUV135.4575.83138.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=44.25%
G=43.07%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501464300.030.710.4157.7655.4437.84
Hex96922B0347293a3726
Octal226222530310751726746
Binary10010110100100101010110111000111101001111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96922B; }

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

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

<style>
 a { background-color: #96922B; }

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

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

<style>
 span { border-color: #96922B; }

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

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