Html Css Color HEX #838600 Olive

📋 copy color: '#838600'

red 131 ◦ green 134 ◦ blue 0

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

Shades of Olive #838600

Tints of Olive #838600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.57%

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

R = 49.43%
G = 50.57%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#838600 (or 0x838600) is known color: Olive. HEX triplet: 83, 86 and 00. RGB value is (131,134,0). Sum of RGB (Red+Green+Blue) = 131+134+0=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #838600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838600 is #7C79FF. Grayscale: #767676. Windows color (decimal): -8157696 or 34435. OLE color: 34435.

HSL color Cylindrical-coordinate representation of color #838600: hue angle of 61.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 0 -
CMYK 0.02 0 1 0.47
HSL 61.34º 1% 0.26% -
HSV(B) 61.34º 1% 0.53% -
XYZ 17.89 21.88 3.28 -
YUV 117.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 131 134 0 0.02 0 1 0.47 61.34 1 0.26
Hex 83 86 0 2 0 64 2F 3D 64 1A
Octal 203 206 0 2 0 144 57 75 144 32
Binary 10000011 10000110 0 10 0 1100100 101111 111101 1100100 11010

Color Harmonies of #838600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838600

Black with #838600

Text Example


Text Example

White with #838600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838600; }

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

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

background-color css

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

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

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

border-color css

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

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

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