Html Css Color HEX #839205 Olive

📋 copy color: '#839205'

red 131 ◦ green 146 ◦ blue 5

#839205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #839205

Tints of Olive #839205

RGB

 RED value IS 131 (51.56% from 255) = 46.45%

 GREEN value IS 146 (57.42% from 255) = 51.77%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 46.45%
G = 51.77%
B = 1.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#839205 (or 0x839205) is known color: Olive. HEX triplet: 83, 92 and 05. RGB value is (131,146,5). Sum of RGB (Red+Green+Blue) = 131+146+5=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #839205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839205 is #7C6DFA. Grayscale: #7D7D7D. Windows color (decimal): -8154619 or 365187. OLE color: 365187.

HSL color Cylindrical-coordinate representation of color #839205: hue angle of 66.38º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #839205 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 5 -
CMYK 0.10 0 0.97 0.43
HSL 66.38º 0.93% 0.3% -
HSV(B) 66.38º 0.97% 0.57% -
XYZ 19.67 25.39 4.01 -
YUV 125.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 131 146 5 0.10 0 0.97 0.43 66.38 0.93 0.3
Hex 83 92 5 A 0 61 2B 42 5D 1E
Octal 203 222 5 12 0 141 53 102 135 36
Binary 10000011 10010010 101 1010 0 1100001 101011 1000010 1011101 11110

Color Harmonies of #839205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839205

Black with #839205

Text Example


Text Example

White with #839205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839205; }

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

 H1.HeaderClassName
 {
   color: #839205;
 }
 .AnyTagClassName
 {
   color: #839205;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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