#826B04

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

Shades of Olive #826B04

Tints of Olive #826B04

Color information

#826B04 (or 0x826B04) is unknown color: approx Olive. HEX triplet: 82, 6B and 04. RGB value is (130,107,4). Sum of RGB (Red+Green+Blue) = 130+107+4=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B04 is #7D94FB. Grayscale: #666666. Windows color (decimal): -8230140 or 289666. OLE color: 289666.

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

Color convert

RGB1301074-
CMYK00.180.970.49
HSL49.05º94.03%26.27%-
HSV(B)49.05º96.92%50.98%-
XYZ14.4915.272.3-
YUV102.1472.62147.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=53.94%
G=44.40%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130107400.180.970.4949.0594.0326.27
Hex826B40126131315e1a
Octal2021534022141616113632
Binary1000001011010111000100101100001110001110001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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