Html Css Color HEX #838811 Olive

📋 copy color: '#838811'

red 131 ◦ green 136 ◦ blue 17

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

Shades of Olive #838811

Tints of Olive #838811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 46.13%
G = 47.89%
B = 5.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#838811 (or 0x838811) is known color: Olive. HEX triplet: 83, 88 and 11. RGB value is (131,136,17). Sum of RGB (Red+Green+Blue) = 131+136+17=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #838811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838811 is #7C77EE. Grayscale: #797979. Windows color (decimal): -8157167 or 1149059. OLE color: 1149059.

HSL color Cylindrical-coordinate representation of color #838811: hue angle of 62.52º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #838811 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 17 -
CMYK 0.04 0 0.87 0.47
HSL 62.52º 0.78% 0.3% -
HSV(B) 62.52º 0.88% 0.53% -
XYZ 18.27 22.47 3.91 -
YUV 120.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 131 136 17 0.04 0 0.87 0.47 62.52 0.78 0.3
Hex 83 88 11 4 0 57 2F 3F 4E 1E
Octal 203 210 21 4 0 127 57 77 116 36
Binary 10000011 10001000 10001 100 0 1010111 101111 111111 1001110 11110

Color Harmonies of #838811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838811

Black with #838811

Text Example


Text Example

White with #838811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838811; }

 p { color: rgb(131,136,17); }

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

background-color css

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

 a { background-color: rgb(131,136,17); }

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

border-color css

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

 span { border-color: rgb(131,136,17); }

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