Html Css Color HEX #828205 Olive

📋 copy color: '#828205'

red 130 ◦ green 130 ◦ blue 5

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

Shades of Olive #828205

Tints of Olive #828205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 49.06%
G = 49.06%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#828205 (or 0x828205) is known color: Olive. HEX triplet: 82, 82 and 05. RGB value is (130,130,5). Sum of RGB (Red+Green+Blue) = 130+130+5=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828205 is #7D7DFA. Grayscale: #747474. Windows color (decimal): -8224251 or 361090. OLE color: 361090.

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

Color convert

RGB 130 130 5 -
CMYK 0 0 0.96 0.49
HSL 60º 0.93% 0.26% -
HSV(B) 60º 0.96% 0.51% -
XYZ 17.22 20.72 3.24 -
YUV 115.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 130 130 5 0 0 0.96 0.49 60 0.93 0.26
Hex 82 82 5 0 0 60 31 3C 5D 1A
Octal 202 202 5 0 0 140 61 74 135 32
Binary 10000010 10000010 101 0 0 1100000 110001 111100 1011101 11010

Color Harmonies of #828205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828205

Black with #828205

Text Example


Text Example

White with #828205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828205; }

 p { color: rgb(130,130,5); }

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

background-color css

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

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

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

border-color css

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

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

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