Html Css Color HEX #836900 Olive

📋 copy color: '#836900'

red 131 ◦ green 105 ◦ blue 0

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

Shades of Olive #836900

Tints of Olive #836900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 55.51%
G = 44.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#836900 (or 0x836900) is known color: Olive. HEX triplet: 83, 69 and 00. RGB value is (131,105,0). Sum of RGB (Red+Green+Blue) = 131+105+0=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #836900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836900 is #7C96FF. Grayscale: #656565. Windows color (decimal): -8165120 or 27011. OLE color: 27011.

HSL color Cylindrical-coordinate representation of color #836900: hue angle of 48.09º 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 #836900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 0 -
CMYK 0 0.20 1 0.49
HSL 48.09º 1% 0.26% -
HSV(B) 48.09º 1% 0.51% -
XYZ 14.41 14.93 2.12 -
YUV 100.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 131 105 0 0 0.20 1 0.49 48.09 1 0.26
Hex 83 69 0 0 14 64 31 30 64 1A
Octal 203 151 0 0 24 144 61 60 144 32
Binary 10000011 1101001 0 0 10100 1100100 110001 110000 1100100 11010

Color Harmonies of #836900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836900

Black with #836900

Text Example


Text Example

White with #836900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836900; }

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

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

background-color css

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

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

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

border-color css

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

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

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