Html Css Color HEX #898304 Olive

📋 copy color: '#898304'

red 137 ◦ green 131 ◦ blue 4

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

Shades of Olive #898304

Tints of Olive #898304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

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

R = 50.37%
G = 48.16%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#898304 (or 0x898304) is known color: Olive. HEX triplet: 89, 83 and 04. RGB value is (137,131,4). Sum of RGB (Red+Green+Blue) = 137+131+4=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #898304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898304 is #767CFB. Grayscale: #767676. Windows color (decimal): -7765244 or 295817. OLE color: 295817.

HSL color Cylindrical-coordinate representation of color #898304: hue angle of 57.29º 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 #898304 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 131 4 -
CMYK 0 0.04 0.97 0.46
HSL 57.29º 0.94% 0.28% -
HSV(B) 57.29º 0.97% 0.54% -
XYZ 18.45 21.56 3.3 -
YUV 118.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 137 131 4 0 0.04 0.97 0.46 57.29 0.94 0.28
Hex 89 83 4 0 4 61 2E 39 5E 1C
Octal 211 203 4 0 4 141 56 71 136 34
Binary 10001001 10000011 100 0 100 1100001 101110 111001 1011110 11100

Color Harmonies of #898304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898304

Black with #898304

Text Example


Text Example

White with #898304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898304; }

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

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

background-color css

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

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

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

border-color css

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

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

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