Html Css Color HEX #849904 Olive

📋 copy color: '#849904'

red 132 ◦ green 153 ◦ blue 4

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

Shades of Olive #849904

Tints of Olive #849904

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.94%

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

R = 45.67%
G = 52.94%
B = 1.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#849904 (or 0x849904) is known color: Olive. HEX triplet: 84, 99 and 04. RGB value is (132,153,4). Sum of RGB (Red+Green+Blue) = 132+153+4=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #849904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849904 is #7B66FB. Grayscale: #828282. Windows color (decimal): -8087292 or 301444. OLE color: 301444.

HSL color Cylindrical-coordinate representation of color #849904: hue angle of 68.46º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849904 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 4 -
CMYK 0.14 0 0.97 0.4
HSL 68.46º 0.95% 0.31% -
HSV(B) 68.46º 0.97% 0.6% -
XYZ 20.93 27.7 4.36 -
YUV 129.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 132 153 4 0.14 0 0.97 0.4 68.46 0.95 0.31
Hex 84 99 4 E 0 61 28 44 5F 1F
Octal 204 231 4 16 0 141 50 104 137 37
Binary 10000100 10011001 100 1110 0 1100001 101000 1000100 1011111 11111

Color Harmonies of #849904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849904

Black with #849904

Text Example


Text Example

White with #849904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849904; }

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

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

background-color css

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

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

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

border-color css

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

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

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