Html Css Color HEX #826600 Olive

📋 copy color: '#826600'

red 130 ◦ green 102 ◦ blue 0

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

Shades of Olive #826600

Tints of Olive #826600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.97%

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

R = 56.03%
G = 43.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#826600 (or 0x826600) is known color: Olive. HEX triplet: 82, 66 and 00. RGB value is (130,102,0). Sum of RGB (Red+Green+Blue) = 130+102+0=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826600 is #7D99FF. Grayscale: #636363. Windows color (decimal): -8231424 or 26242. OLE color: 26242.

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

Color convert

RGB 130 102 0 -
CMYK 0 0.22 1 0.49
HSL 47.08º 1% 0.25% -
HSV(B) 47.08º 1% 0.51% -
XYZ 13.96 14.25 2.01 -
YUV 98.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 130 102 0 0 0.22 1 0.49 47.08 1 0.25
Hex 82 66 0 0 16 64 31 2F 64 19
Octal 202 146 0 0 26 144 61 57 144 31
Binary 10000010 1100110 0 0 10110 1100100 110001 101111 1100100 11001

Color Harmonies of #826600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826600

Black with #826600

Text Example


Text Example

White with #826600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826600; }

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

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

background-color css

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

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

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

border-color css

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

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

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