#896E12

Color #896E12 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #896E12

Tints of Yukon Gold #896E12

Color information

#896E12 (or 0x896E12) is unknown color: approx Yukon Gold. HEX triplet: 89, 6E and 12. RGB value is (137,110,18). Sum of RGB (Red+Green+Blue) = 137+110+18=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #896E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896E12 is #7691ED. Grayscale: #6B6B6B. Windows color (decimal): -7770606 or 1207945. OLE color: 1207945.

HSL color Cylindrical-coordinate representation of color #896E12: hue angle of 46.39º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #896E12 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB13711018-
CMYK00.200.870.46
HSL46.39º76.77%30.39%-
HSV(B)46.39º86.86%53.73%-
XYZ1616.512.92-
YUV107.5877.45148.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=51.70%
G=41.51%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371101800.200.870.4646.3976.7730.39
Hex896E12014572E2e4d1e
Octal21115622024127565611536
Binary100010011101110100100101001010111101110101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E12; }

 p { color: rgb(137,110,18); }

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

<style>
 a { background-color: #896E12; }

 a { background-color: rgb(137,110,18); }

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

<style>
 span { border-color: #896E12; }

 span { border-color: rgb(137,110,18); }

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