#897A14

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

Shades of Yukon Gold #897A14

Tints of Yukon Gold #897A14

Color information

#897A14 (or 0x897A14) is unknown color: approx Yukon Gold. HEX triplet: 89, 7A and 14. RGB value is (137,122,20). Sum of RGB (Red+Green+Blue) = 137+122+20=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #897A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A14 is #7685EB. Grayscale: #737373. Windows color (decimal): -7767532 or 1342089. OLE color: 1342089.

HSL color Cylindrical-coordinate representation of color #897A14: hue angle of 52.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #897A14 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB13712220-
CMYK00.110.850.46
HSL52.31º74.52%30.78%-
HSV(B)52.31º85.4%53.73%-
XYZ17.419.293.47-
YUV114.8674.47143.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=49.10%
G=43.73%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371222000.110.850.4652.3174.5230.78
Hex897A140B552E344b1f
Octal21117224013125566411337
Binary10001001111101010100010111010101101110110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897A14; }

 p { color: rgb(137,122,20); }

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

<style>
 a { background-color: #897A14; }

 a { background-color: rgb(137,122,20); }

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

<style>
 span { border-color: #897A14; }

 span { border-color: rgb(137,122,20); }

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