Html Css Color HEX #898500 Olive

📋 copy color: '#898500'

red 137 ◦ green 133 ◦ blue 0

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

Shades of Olive #898500

Tints of Olive #898500

RGB

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

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

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

R = 50.74%
G = 49.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#898500 (or 0x898500) is known color: Olive. HEX triplet: 89, 85 and 00. RGB value is (137,133,0). Sum of RGB (Red+Green+Blue) = 137+133+0=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #898500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898500 is #767AFF. Grayscale: #777777. Windows color (decimal): -7764736 or 34185. OLE color: 34185.

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

Color convert

RGB 137 133 0 -
CMYK 0 0.03 1 0.46
HSL 58.25º 1% 0.27% -
HSV(B) 58.25º 1% 0.54% -
XYZ 18.7 22.09 3.28 -
YUV 119.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 137 133 0 0 0.03 1 0.46 58.25 1 0.27
Hex 89 85 0 0 3 64 2E 3A 64 1B
Octal 211 205 0 0 3 144 56 72 144 33
Binary 10001001 10000101 0 0 11 1100100 101110 111010 1100100 11011

Color Harmonies of #898500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898500

Black with #898500

Text Example


Text Example

White with #898500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898500; }

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

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

background-color css

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

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

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

border-color css

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

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

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