#826B01

Color #826B01 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #826B01

Tints of Olive #826B01

Color information

#826B01 (or 0x826B01) is unknown color: approx Olive. HEX triplet: 82, 6B and 01. RGB value is (130,107,1). Sum of RGB (Red+Green+Blue) = 130+107+1=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #826B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B01 is #7D94FE. Grayscale: #666666. Windows color (decimal): -8230143 or 93058. OLE color: 93058.

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

Color convert

RGB1301071-
CMYK00.180.990.49
HSL49.3º98.47%25.69%-
HSV(B)49.3º99.23%50.98%-
XYZ14.4715.262.21-
YUV101.7971.12148.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=54.62%
G=44.96%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130107100.180.990.4949.398.4725.69
Hex826B1012633131621a
Octal2021531022143616114232
Binary10000010110101110100101100011110001110001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #826B01;
 }
 .AnyTagClassName
 {
   color: #826B01;
 }
</style>
background-color css

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

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

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

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

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

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