Html Css Color HEX #836D01 Olive

📋 copy color: '#836D01'

red 131 ◦ green 109 ◦ blue 1

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

Shades of Olive #836D01

Tints of Olive #836D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.23%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 54.36%
G = 45.23%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#836D01 (or 0x836D01) is known color: Olive. HEX triplet: 83, 6D and 01. RGB value is (131,109,1). Sum of RGB (Red+Green+Blue) = 131+109+1=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #836D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836D01 is #7C92FE. Grayscale: #676767. Windows color (decimal): -8164095 or 93571. OLE color: 93571.

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

Color convert

RGB 131 109 1 -
CMYK 0 0.17 0.99 0.49
HSL 49.85º 0.98% 0.26% -
HSV(B) 49.85º 0.99% 0.51% -
XYZ 14.83 15.76 2.29 -
YUV 103.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 131 109 1 0 0.17 0.99 0.49 49.85 0.98 0.26
Hex 83 6D 1 0 11 63 31 32 62 1A
Octal 203 155 1 0 21 143 61 62 142 32
Binary 10000011 1101101 1 0 10001 1100011 110001 110010 1100010 11010

Color Harmonies of #836D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D01

Black with #836D01

Text Example


Text Example

White with #836D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836D01; }

 p { color: rgb(131,109,1); }

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

background-color css

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

 a { background-color: rgb(131,109,1); }

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

border-color css

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

 span { border-color: rgb(131,109,1); }

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