Html Css Color HEX #839200 Olive

📋 copy color: '#839200'

red 131 ◦ green 146 ◦ blue 0

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

Shades of Olive #839200

Tints of Olive #839200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.29%
G = 52.71%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#839200 (or 0x839200) is known color: Olive. HEX triplet: 83, 92 and 00. RGB value is (131,146,0). Sum of RGB (Red+Green+Blue) = 131+146+0=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #839200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839200 is #7C6DFF. Grayscale: #7D7D7D. Windows color (decimal): -8154624 or 37507. OLE color: 37507.

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

Color convert

RGB 131 146 0 -
CMYK 0.10 0 1 0.43
HSL 66.16º 1% 0.29% -
HSV(B) 66.16º 1% 0.57% -
XYZ 19.64 25.38 3.86 -
YUV 124.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 131 146 0 0.10 0 1 0.43 66.16 1 0.29
Hex 83 92 0 A 0 64 2B 42 64 1D
Octal 203 222 0 12 0 144 53 102 144 35
Binary 10000011 10010010 0 1010 0 1100100 101011 1000010 1100100 11101

Color Harmonies of #839200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839200

Black with #839200

Text Example


Text Example

White with #839200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839200; }

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

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

background-color css

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

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

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

border-color css

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

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

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