#839402

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

Shades of Olive #839402

Tints of Olive #839402

Color information

#839402 (or 0x839402) is unknown color: approx Olive. HEX triplet: 83, 94 and 02. RGB value is (131,148,2). Sum of RGB (Red+Green+Blue) = 131+148+2=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #839402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839402 is #7C6BFD. Grayscale: #7E7E7E. Windows color (decimal): -8154110 or 169091. OLE color: 169091.

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

Color convert

RGB1311482-
CMYK0.1100.990.42
HSL66.99º97.33%29.41%-
HSV(B)66.99º98.65%58.04%-
XYZ19.9626.014.03-
YUV126.2757.87131.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=46.62%
G=52.67%
B=0.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13114820.1100.990.4266.9997.3329.41
Hex83942B0632A43611d
Octal20322421301435210314135
Binary1000001110010100101011011000111010101000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839402; }

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

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

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

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

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

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

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

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