#838505

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

Shades of Olive #838505

Tints of Olive #838505

Color information

#838505 (or 0x838505) is unknown color: approx Olive. HEX triplet: 83, 85 and 05. RGB value is (131,133,5). Sum of RGB (Red+Green+Blue) = 131+133+5=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #838505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838505 is #7C7AFA. Grayscale: #767676. Windows color (decimal): -8157947 or 361859. OLE color: 361859.

HSL color Cylindrical-coordinate representation of color #838505: hue angle of 60.94º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838505 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1311335-
CMYK0.0200.960.48
HSL60.94º92.75%27.06%-
HSV(B)60.94º96.24%52.16%-
XYZ17.7721.613.38-
YUV117.8164.34137.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=48.70%
G=49.44%
B=1.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13113350.0200.960.4860.9492.7527.06
Hex838552060303d5d1b
Octal203205520140607513533
Binary10000011100001011011001100000110000111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838505; }

 p { color: rgb(131,133,5); }

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

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

 a { background-color: rgb(131,133,5); }

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

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

 span { border-color: rgb(131,133,5); }

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