Html Css Color HEX #826B05 Olive

📋 copy color: '#826B05'

red 130 ◦ green 107 ◦ blue 5

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

Shades of Olive #826B05

Tints of Olive #826B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

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

R = 53.72%
G = 44.21%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#826B05 (or 0x826B05) is known color: Olive. HEX triplet: 82, 6B and 05. RGB value is (130,107,5). Sum of RGB (Red+Green+Blue) = 130+107+5=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #826B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B05 is #7D94FA. Grayscale: #666666. Windows color (decimal): -8230139 or 355202. OLE color: 355202.

HSL color Cylindrical-coordinate representation of color #826B05: hue angle of 48.96º 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 #826B05 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 5 -
CMYK 0 0.18 0.96 0.49
HSL 48.96º 0.93% 0.26% -
HSV(B) 48.96º 0.96% 0.51% -
XYZ 14.49 15.27 2.33 -
YUV 102.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 130 107 5 0 0.18 0.96 0.49 48.96 0.93 0.26
Hex 82 6B 5 0 12 60 31 31 5D 1A
Octal 202 153 5 0 22 140 61 61 135 32
Binary 10000010 1101011 101 0 10010 1100000 110001 110001 1011101 11010

Color Harmonies of #826B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B05

Black with #826B05

Text Example


Text Example

White with #826B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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