#826202

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

Shades of Yukon Gold #826202

Tints of Yukon Gold #826202

Color information

#826202 (or 0x826202) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 02. RGB value is (130,98,2). Sum of RGB (Red+Green+Blue) = 130+98+2=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826202 is #7D9DFD. Grayscale: #616161. Windows color (decimal): -8232446 or 156290. OLE color: 156290.

HSL color Cylindrical-coordinate representation of color #826202: hue angle of 45º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #826202 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130982-
CMYK00.250.980.49
HSL45º96.97%25.88%-
HSV(B)45º98.46%50.98%-
XYZ13.5813.491.94-
YUV96.6274.6151.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=56.52%
G=42.61%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098200.250.980.494596.9725.88
Hex8262201962312d611a
Octal2021422031142615514132
Binary100000101100010100110011100010110001101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826202; }

 p { color: rgb(130,98,2); }

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

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

 a { background-color: rgb(130,98,2); }

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

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

 span { border-color: rgb(130,98,2); }

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