Html Css Color HEX #836500 Olive

📋 copy color: '#836500'

red 131 ◦ green 101 ◦ blue 0

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

Shades of Olive #836500

Tints of Olive #836500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 56.47%
G = 43.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836500 (or 0x836500) is known color: Olive. HEX triplet: 83, 65 and 00. RGB value is (131,101,0). Sum of RGB (Red+Green+Blue) = 131+101+0=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #836500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836500 is #7C9AFF. Grayscale: #626262. Windows color (decimal): -8166144 or 25987. OLE color: 25987.

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

Color convert

RGB 131 101 0 -
CMYK 0 0.23 1 0.49
HSL 46.26º 1% 0.26% -
HSV(B) 46.26º 1% 0.51% -
XYZ 14.01 14.13 1.99 -
YUV 98.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 131 101 0 0 0.23 1 0.49 46.26 1 0.26
Hex 83 65 0 0 17 64 31 2E 64 1A
Octal 203 145 0 0 27 144 61 56 144 32
Binary 10000011 1100101 0 0 10111 1100100 110001 101110 1100100 11010

Color Harmonies of #836500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836500

Black with #836500

Text Example


Text Example

White with #836500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836500; }

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

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

background-color css

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

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

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

border-color css

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

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

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