#826900

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

Shades of Olive #826900

Tints of Olive #826900

Color information

#826900 (or 0x826900) is unknown color: approx Olive. HEX triplet: 82, 69 and 00. RGB value is (130,105,0). Sum of RGB (Red+Green+Blue) = 130+105+0=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #826900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826900 is #7D96FF. Grayscale: #646464. Windows color (decimal): -8230656 or 27010. OLE color: 27010.

HSL color Cylindrical-coordinate representation of color #826900: hue angle of 48.46º 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 #826900 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301050-
CMYK00.1910.49
HSL48.46º100%25.49%-
HSV(B)48.46º100%50.98%-
XYZ14.2614.852.11-
YUV100.571.28149.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.32%
G=44.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130105000.1910.4948.4610025.49
Hex826900136431306419
Octal2021510023144616014431
Binary10000010110100100100111100100110001110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826900; }

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

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

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

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

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

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

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

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