#838805

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

Shades of Olive #838805

Tints of Olive #838805

Color information

#838805 (or 0x838805) is unknown color: approx Olive. HEX triplet: 83, 88 and 05. RGB value is (131,136,5). Sum of RGB (Red+Green+Blue) = 131+136+5=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #838805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838805 is #7C77FA. Grayscale: #787878. Windows color (decimal): -8157179 or 362627. OLE color: 362627.

HSL color Cylindrical-coordinate representation of color #838805: hue angle of 62.29º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838805 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1311365-
CMYK0.0400.960.47
HSL62.29º92.91%27.65%-
HSV(B)62.29º96.32%53.33%-
XYZ18.1922.443.52-
YUV119.5763.34136.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=48.16%
G=50%
B=1.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13113650.0400.960.4762.2992.9127.65
Hex8388540602F3e5d1c
Octal203210540140577613534
Binary100000111000100010110001100000101111111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838805; }

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

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

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

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

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

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

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

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