Html Css Color HEX #826502 Yukon Gold

📋 copy color: '#826502'

red 130 ◦ green 101 ◦ blue 2

#826502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #826502

Tints of Yukon Gold #826502

RGB

 RED value IS 130 (51.17% from 255) = 55.79%

 GREEN value IS 101 (39.84% from 255) = 43.35%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 55.79%
G = 43.35%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#826502 (or 0x826502) is known color: Yukon Gold. HEX triplet: 82, 65 and 02. RGB value is (130,101,2). Sum of RGB (Red+Green+Blue) = 130+101+2=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #826502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826502 is #7D9AFD. Grayscale: #626262. Windows color (decimal): -8231678 or 157058. OLE color: 157058.

HSL color Cylindrical-coordinate representation of color #826502: hue angle of 46.41º 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 #826502 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 2 -
CMYK 0 0.22 0.98 0.49
HSL 46.41º 0.97% 0.26% -
HSV(B) 46.41º 0.98% 0.51% -
XYZ 13.87 14.06 2.04 -
YUV 98.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 130 101 2 0 0.22 0.98 0.49 46.41 0.97 0.26
Hex 82 65 2 0 16 62 31 2E 61 1A
Octal 202 145 2 0 26 142 61 56 141 32
Binary 10000010 1100101 10 0 10110 1100010 110001 101110 1100001 11010

Color Harmonies of #826502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826502

Black with #826502

Text Example


Text Example

White with #826502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826502; }

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

 H1.HeaderClassName
 {
   color: #826502;
 }
 .AnyTagClassName
 {
   color: #826502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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