Html Css Color HEX #838512 Olive

📋 copy color: '#838512'

red 131 ◦ green 133 ◦ blue 18

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

Shades of Olive #838512

Tints of Olive #838512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 46.45%
G = 47.16%
B = 6.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#838512 (or 0x838512) is known color: Olive. HEX triplet: 83, 85 and 12. RGB value is (131,133,18). Sum of RGB (Red+Green+Blue) = 131+133+18=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #838512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838512 is #7C7AED. Grayscale: #777777. Windows color (decimal): -8157934 or 1213827. OLE color: 1213827.

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

Color convert

RGB 131 133 18 -
CMYK 0.02 0 0.86 0.48
HSL 61.04º 0.76% 0.3% -
HSV(B) 61.04º 0.86% 0.52% -
XYZ 17.86 21.64 3.81 -
YUV 119.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 131 133 18 0.02 0 0.86 0.48 61.04 0.76 0.3
Hex 83 85 12 2 0 56 30 3D 4C 1E
Octal 203 205 22 2 0 126 60 75 114 36
Binary 10000011 10000101 10010 10 0 1010110 110000 111101 1001100 11110

Color Harmonies of #838512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838512

Black with #838512

Text Example


Text Example

White with #838512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838512; }

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

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

background-color css

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

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

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

border-color css

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

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

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