Html Css Color HEX #849400 Olive

📋 copy color: '#849400'

red 132 ◦ green 148 ◦ blue 0

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

Shades of Olive #849400

Tints of Olive #849400

RGB

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

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

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

R = 47.14%
G = 52.86%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#849400 (or 0x849400) is known color: Olive. HEX triplet: 84, 94 and 00. RGB value is (132,148,0). Sum of RGB (Red+Green+Blue) = 132+148+0=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #849400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849400 is #7B6BFF. Grayscale: #7E7E7E. Windows color (decimal): -8088576 or 38020. OLE color: 38020.

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

Color convert

RGB 132 148 0 -
CMYK 0.11 0 1 0.42
HSL 66.49º 1% 0.29% -
HSV(B) 66.49º 1% 0.58% -
XYZ 20.11 26.09 3.98 -
YUV 126.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 132 148 0 0.11 0 1 0.42 66.49 1 0.29
Hex 84 94 0 B 0 64 2A 42 64 1D
Octal 204 224 0 13 0 144 52 102 144 35
Binary 10000100 10010100 0 1011 0 1100100 101010 1000010 1100100 11101

Color Harmonies of #849400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849400

Black with #849400

Text Example


Text Example

White with #849400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849400; }

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

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

background-color css

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

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

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

border-color css

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

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

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