Html Css Color HEX #84830C Olive

📋 copy color: '#84830C'

red 132 ◦ green 131 ◦ blue 12

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

Shades of Olive #84830C

Tints of Olive #84830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 48%
G = 47.64%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84830C (or 0x84830C) is known color: Olive. HEX triplet: 84, 83 and 0C. RGB value is (132,131,12). Sum of RGB (Red+Green+Blue) = 132+131+12=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84830C is #7B7CF3. Grayscale: #767676. Windows color (decimal): -8092916 or 820100. OLE color: 820100.

HSL color Cylindrical-coordinate representation of color #84830C: hue angle of 59.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84830C is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 12 -
CMYK 0 0.01 0.91 0.48
HSL 59.5º 0.83% 0.28% -
HSV(B) 59.5º 0.91% 0.52% -
XYZ 17.7 21.16 3.5 -
YUV 117.73 68.33 138.18 -
System Red Green Blue C M Y K H S L
Decimal 132 131 12 0 0.01 0.91 0.48 59.5 0.83 0.28
Hex 84 83 C 0 1 5B 30 3C 53 1C
Octal 204 203 14 0 1 133 60 74 123 34
Binary 10000100 10000011 1100 0 1 1011011 110000 111100 1010011 11100

Color Harmonies of #84830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84830C

Black with #84830C

Text Example


Text Example

White with #84830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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