Html Css Color HEX #848600 Olive

📋 copy color: '#848600'

red 132 ◦ green 134 ◦ blue 0

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

Shades of Olive #848600

Tints of Olive #848600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.62%
G = 50.38%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#848600 (or 0x848600) is known color: Olive. HEX triplet: 84, 86 and 00. RGB value is (132,134,0). Sum of RGB (Red+Green+Blue) = 132+134+0=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #848600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848600 is #7B79FF. Grayscale: #767676. Windows color (decimal): -8092160 or 34436. OLE color: 34436.

HSL color Cylindrical-coordinate representation of color #848600: hue angle of 60.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #848600 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 134 0 -
CMYK 0.01 0 1 0.47
HSL 60.9º 1% 0.26% -
HSV(B) 60.9º 1% 0.53% -
XYZ 18.04 21.96 3.29 -
YUV 118.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 132 134 0 0.01 0 1 0.47 60.9 1 0.26
Hex 84 86 0 1 0 64 2F 3D 64 1A
Octal 204 206 0 1 0 144 57 75 144 32
Binary 10000100 10000110 0 1 0 1100100 101111 111101 1100100 11010

Color Harmonies of #848600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848600

Black with #848600

Text Example


Text Example

White with #848600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848600; }

 p { color: rgb(132,134,0); }

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

background-color css

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

 a { background-color: rgb(132,134,0); }

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

border-color css

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

 span { border-color: rgb(132,134,0); }

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