Html Css Color HEX #828600 Olive

📋 copy color: '#828600'

red 130 ◦ green 134 ◦ blue 0

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

Shades of Olive #828600

Tints of Olive #828600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.24%
G = 50.76%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#828600 (or 0x828600) is known color: Olive. HEX triplet: 82, 86 and 00. RGB value is (130,134,0). Sum of RGB (Red+Green+Blue) = 130+134+0=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #828600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828600 is #7D79FF. Grayscale: #767676. Windows color (decimal): -8223232 or 34434. OLE color: 34434.

HSL color Cylindrical-coordinate representation of color #828600: hue angle of 61.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #828600 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 0 -
CMYK 0.03 0 1 0.47
HSL 61.79º 1% 0.26% -
HSV(B) 61.79º 1% 0.53% -
XYZ 17.73 21.8 3.27 -
YUV 117.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 130 134 0 0.03 0 1 0.47 61.79 1 0.26
Hex 82 86 0 3 0 64 2F 3E 64 1A
Octal 202 206 0 3 0 144 57 76 144 32
Binary 10000010 10000110 0 11 0 1100100 101111 111110 1100100 11010

Color Harmonies of #828600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828600

Black with #828600

Text Example


Text Example

White with #828600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828600; }

 p { color: rgb(130,134,0); }

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

background-color css

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

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

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

border-color css

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

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

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