Html Css Color HEX #84820B Olive

📋 copy color: '#84820B'

red 132 ◦ green 130 ◦ blue 11

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

Shades of Olive #84820B

Tints of Olive #84820B

RGB

 RED value IS 132 (51.95% from 255) = 48.35%

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 48.35%
G = 47.62%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84820B (or 0x84820B) is known color: Olive. HEX triplet: 84, 82 and 0B. RGB value is (132,130,11). Sum of RGB (Red+Green+Blue) = 132+130+11=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84820B is #7B7DF4. Grayscale: #757575. Windows color (decimal): -8093173 or 754308. OLE color: 754308.

HSL color Cylindrical-coordinate representation of color #84820B: hue angle of 59.01º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84820B is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 11 -
CMYK 0 0.02 0.92 0.48
HSL 59.01º 0.85% 0.28% -
HSV(B) 59.01º 0.92% 0.52% -
XYZ 17.56 20.89 3.42 -
YUV 117.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 132 130 11 0 0.02 0.92 0.48 59.01 0.85 0.28
Hex 84 82 B 0 2 5C 30 3B 55 1C
Octal 204 202 13 0 2 134 60 73 125 34
Binary 10000100 10000010 1011 0 10 1011100 110000 111011 1010101 11100

Color Harmonies of #84820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84820B

Black with #84820B

Text Example


Text Example

White with #84820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84820B; }

 p { color: rgb(132,130,11); }

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

background-color css

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

 a { background-color: rgb(132,130,11); }

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

border-color css

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

 span { border-color: rgb(132,130,11); }

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