Html Css Color HEX #826004 Yukon Gold

📋 copy color: '#826004'

red 130 ◦ green 96 ◦ blue 4

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

Shades of Yukon Gold #826004

Tints of Yukon Gold #826004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 56.52%
G = 41.74%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826004 (or 0x826004) is known color: Yukon Gold. HEX triplet: 82, 60 and 04. RGB value is (130,96,4). Sum of RGB (Red+Green+Blue) = 130+96+4=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #826004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826004 is #7D9FFB. Grayscale: #606060. Windows color (decimal): -8232956 or 286850. OLE color: 286850.

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

Color convert

RGB 130 96 4 -
CMYK 0 0.26 0.97 0.49
HSL 43.81º 0.94% 0.26% -
HSV(B) 43.81º 0.97% 0.51% -
XYZ 13.41 13.12 1.94 -
YUV 95.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 130 96 4 0 0.26 0.97 0.49 43.81 0.94 0.26
Hex 82 60 4 0 1A 61 31 2C 5E 1A
Octal 202 140 4 0 32 141 61 54 136 32
Binary 10000010 1100000 100 0 11010 1100001 110001 101100 1011110 11010

Color Harmonies of #826004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826004

Black with #826004

Text Example


Text Example

White with #826004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826004; }

 p { color: rgb(130,96,4); }

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

background-color css

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

 a { background-color: rgb(130,96,4); }

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

border-color css

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

 span { border-color: rgb(130,96,4); }

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