#839502

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

Shades of Olive #839502

Tints of Olive #839502

Color information

#839502 (or 0x839502) is unknown color: approx Olive. HEX triplet: 83, 95 and 02. RGB value is (131,149,2). Sum of RGB (Red+Green+Blue) = 131+149+2=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #839502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839502 is #7C6AFD. Grayscale: #7F7F7F. Windows color (decimal): -8153854 or 169347. OLE color: 169347.

HSL color Cylindrical-coordinate representation of color #839502: hue angle of 67.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #839502 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1311492-
CMYK0.1200.990.42
HSL67.35º97.35%29.61%-
HSV(B)67.35º98.66%58.43%-
XYZ20.1226.324.08-
YUV126.8657.54130.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=46.45%
G=52.84%
B=0.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13114920.1200.990.4267.3597.3529.61
Hex83952C0632A43611e
Octal20322521401435210314136
Binary1000001110010101101100011000111010101000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839502; }

 p { color: rgb(131,149,2); }

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

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

 a { background-color: rgb(131,149,2); }

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

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

 span { border-color: rgb(131,149,2); }

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