#839900

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

Shades of Olive #839900

Tints of Olive #839900

Color information

#839900 (or 0x839900) is unknown color: approx Olive. HEX triplet: 83, 99 and 00. RGB value is (131,153,0). Sum of RGB (Red+Green+Blue) = 131+153+0=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #839900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839900 is #7C66FF. Grayscale: #818181. Windows color (decimal): -8152832 or 39299. OLE color: 39299.

HSL color Cylindrical-coordinate representation of color #839900: hue angle of 68.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #839900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1311530-
CMYK0.14010.4
HSL68.63º100%30%-
HSV(B)68.63º100%60%-
XYZ20.7527.614.24-
YUV128.9855.21129.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.13%
G=53.87%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13115300.14010.468.6310030
Hex83990E0642845641e
Octal20323101601445010514436
Binary100000111001100101110011001001010001000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839900; }

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

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

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

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

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

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

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

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