#836900

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

Shades of Olive #836900

Tints of Olive #836900

Color information

#836900 (or 0x836900) is unknown color: approx Olive. HEX triplet: 83, 69 and 00. RGB value is (131,105,0). Sum of RGB (Red+Green+Blue) = 131+105+0=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #836900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836900 is #7C96FF. Grayscale: #656565. Windows color (decimal): -8165120 or 27011. OLE color: 27011.

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

Color convert

RGB1311050-
CMYK00.2010.49
HSL48.09º100%25.69%-
HSV(B)48.09º100%51.37%-
XYZ14.4114.932.12-
YUV100.871.11149.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.51%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.51%
G=44.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131105000.2010.4948.0910025.69
Hex83690014643130641a
Octal2031510024144616014432
Binary10000011110100100101001100100110001110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836900; }

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

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

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

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

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

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

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

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