Html Css Color HEX #838210 Olive

📋 copy color: '#838210'

red 131 ◦ green 130 ◦ blue 16

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

Shades of Olive #838210

Tints of Olive #838210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 47.29%
G = 46.93%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#838210 (or 0x838210) is known color: Olive. HEX triplet: 83, 82 and 10. RGB value is (131,130,16). Sum of RGB (Red+Green+Blue) = 131+130+16=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #838210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838210 is #7C7DEF. Grayscale: #757575. Windows color (decimal): -8158704 or 1081987. OLE color: 1081987.

HSL color Cylindrical-coordinate representation of color #838210: hue angle of 59.48º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #838210 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 16 -
CMYK 0 0.01 0.88 0.49
HSL 59.48º 0.78% 0.29% -
HSV(B) 59.48º 0.88% 0.51% -
XYZ 17.44 20.83 3.59 -
YUV 117.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 131 130 16 0 0.01 0.88 0.49 59.48 0.78 0.29
Hex 83 82 10 0 1 58 31 3B 4E 1D
Octal 203 202 20 0 1 130 61 73 116 35
Binary 10000011 10000010 10000 0 1 1011000 110001 111011 1001110 11101

Color Harmonies of #838210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838210

Black with #838210

Text Example


Text Example

White with #838210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838210; }

 p { color: rgb(131,130,16); }

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

background-color css

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

 a { background-color: rgb(131,130,16); }

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

border-color css

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

 span { border-color: rgb(131,130,16); }

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