#968C12

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

Shades of Lemon Ginger #968C12

Tints of Lemon Ginger #968C12

Color information

#968C12 (or 0x968C12) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8C and 12. RGB value is (150,140,18). Sum of RGB (Red+Green+Blue) = 150+140+18=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C12 is #6973ED. Grayscale: #818181. Windows color (decimal): -6910958 or 1215638. OLE color: 1215638.

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

Color convert

RGB15014018-
CMYK00.070.880.41
HSL55.45º78.57%32.94%-
HSV(B)55.45º88%58.82%-
XYZ22.0625.284.29-
YUV129.0865.31142.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=48.70%
G=45.45%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501401800.070.880.4155.4578.5732.94
Hex968C12075829374f21
Octal2262142207130516711741
Binary100101101000110010010011110110001010011101111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,18); }

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

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

 a { background-color: rgb(150,140,18); }

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

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

 span { border-color: rgb(150,140,18); }

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