Html Css Color HEX #849404 Olive

📋 copy color: '#849404'

red 132 ◦ green 148 ◦ blue 4

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

Shades of Olive #849404

Tints of Olive #849404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 46.48%
G = 52.11%
B = 1.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#849404 (or 0x849404) is known color: Olive. HEX triplet: 84, 94 and 04. RGB value is (132,148,4). Sum of RGB (Red+Green+Blue) = 132+148+4=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #849404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849404 is #7B6BFB. Grayscale: #7F7F7F. Windows color (decimal): -8088572 or 300164. OLE color: 300164.

HSL color Cylindrical-coordinate representation of color #849404: hue angle of 66.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849404 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 4 -
CMYK 0.11 0 0.97 0.42
HSL 66.67º 0.95% 0.3% -
HSV(B) 66.67º 0.97% 0.58% -
XYZ 20.13 26.09 4.09 -
YUV 126.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 132 148 4 0.11 0 0.97 0.42 66.67 0.95 0.3
Hex 84 94 4 B 0 61 2A 43 5F 1E
Octal 204 224 4 13 0 141 52 103 137 36
Binary 10000100 10010100 100 1011 0 1100001 101010 1000011 1011111 11110

Color Harmonies of #849404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849404

Black with #849404

Text Example


Text Example

White with #849404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849404; }

 p { color: rgb(132,148,4); }

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

background-color css

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

 a { background-color: rgb(132,148,4); }

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

border-color css

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

 span { border-color: rgb(132,148,4); }

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