#96902B

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

Shades of Lemon Ginger #96902B

Tints of Lemon Ginger #96902B

Color information

#96902B (or 0x96902B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 90 and 2B. RGB value is (150,144,43). Sum of RGB (Red+Green+Blue) = 150+144+43=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96902B is #696FD4. Grayscale: #868686. Windows color (decimal): -6909909 or 2855062. OLE color: 2855062.

HSL color Cylindrical-coordinate representation of color #96902B: hue angle of 56.64º 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 #96902B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15014443-
CMYK00.040.710.41
HSL56.64º55.44%37.84%-
HSV(B)56.64º71.33%58.82%-
XYZ22.9926.66.21-
YUV134.2876.49139.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 43 (17.19% from 255) = 12.76%
R=44.51%
G=42.73%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501444300.040.710.4156.6455.4437.84
Hex96902B044729393726
Octal226220530410751716746
Binary100101101001000010101101001000111101001111001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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