Html Css Color HEX #898504 Olive

📋 copy color: '#898504'

red 137 ◦ green 133 ◦ blue 4

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

Shades of Olive #898504

Tints of Olive #898504

RGB

 RED value IS 137 (53.91% from 255) = 50%

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 50%
G = 48.54%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#898504 (or 0x898504) is known color: Olive. HEX triplet: 89, 85 and 04. RGB value is (137,133,4). Sum of RGB (Red+Green+Blue) = 137+133+4=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #898504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898504 is #767AFB. Grayscale: #787878. Windows color (decimal): -7764732 or 296329. OLE color: 296329.

HSL color Cylindrical-coordinate representation of color #898504: hue angle of 58.2º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #898504 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 4 -
CMYK 0 0.03 0.97 0.46
HSL 58.2º 0.94% 0.28% -
HSV(B) 58.2º 0.97% 0.54% -
XYZ 18.73 22.1 3.39 -
YUV 119.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 137 133 4 0 0.03 0.97 0.46 58.2 0.94 0.28
Hex 89 85 4 0 3 61 2E 3A 5E 1C
Octal 211 205 4 0 3 141 56 72 136 34
Binary 10001001 10000101 100 0 11 1100001 101110 111010 1011110 11100

Color Harmonies of #898504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898504

Black with #898504

Text Example


Text Example

White with #898504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898504; }

 p { color: rgb(137,133,4); }

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

background-color css

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

 a { background-color: rgb(137,133,4); }

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

border-color css

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

 span { border-color: rgb(137,133,4); }

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