#968B10

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

Shades of Lemon Ginger #968B10

Tints of Lemon Ginger #968B10

Color information

#968B10 (or 0x968B10) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8B and 10. RGB value is (150,139,16). Sum of RGB (Red+Green+Blue) = 150+139+16=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #968B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B10 is #6974EF. Grayscale: #808080. Windows color (decimal): -6911216 or 1084310. OLE color: 1084310.

HSL color Cylindrical-coordinate representation of color #968B10: hue angle of 55.07º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968B10 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15013916-
CMYK00.070.890.41
HSL55.07º80.72%32.55%-
HSV(B)55.07º89.33%58.82%-
XYZ21.924.994.16-
YUV128.2764.64143.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=49.18%
G=45.57%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501391600.070.890.4155.0780.7232.55
Hex968B10075929375121
Octal2262132007131516712141
Binary100101101000101110000011110110011010011101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968B10; }

 p { color: rgb(150,139,16); }

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

<style>
 a { background-color: #968B10; }

 a { background-color: rgb(150,139,16); }

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

<style>
 span { border-color: #968B10; }

 span { border-color: rgb(150,139,16); }

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