Html Css Color HEX #838412 Olive

📋 copy color: '#838412'

red 131 ◦ green 132 ◦ blue 18

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

Shades of Olive #838412

Tints of Olive #838412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 46.62%
G = 46.98%
B = 6.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#838412 (or 0x838412) is known color: Olive. HEX triplet: 83, 84 and 12. RGB value is (131,132,18). Sum of RGB (Red+Green+Blue) = 131+132+18=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #838412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838412 is #7C7BED. Grayscale: #777777. Windows color (decimal): -8158190 or 1213571. OLE color: 1213571.

HSL color Cylindrical-coordinate representation of color #838412: hue angle of 60.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #838412 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 18 -
CMYK 0.01 0 0.86 0.48
HSL 60.53º 0.76% 0.29% -
HSV(B) 60.53º 0.86% 0.52% -
XYZ 17.72 21.37 3.76 -
YUV 118.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 131 132 18 0.01 0 0.86 0.48 60.53 0.76 0.29
Hex 83 84 12 1 0 56 30 3D 4C 1D
Octal 203 204 22 1 0 126 60 75 114 35
Binary 10000011 10000100 10010 1 0 1010110 110000 111101 1001100 11101

Color Harmonies of #838412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838412

Black with #838412

Text Example


Text Example

White with #838412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838412; }

 p { color: rgb(131,132,18); }

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

background-color css

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

 a { background-color: rgb(131,132,18); }

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

border-color css

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

 span { border-color: rgb(131,132,18); }

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