Html Css Color HEX #898B01 Olive

📋 copy color: '#898B01'

red 137 ◦ green 139 ◦ blue 1

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

Shades of Olive #898B01

Tints of Olive #898B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.18%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 49.46%
G = 50.18%
B = 0.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#898B01 (or 0x898B01) is known color: Olive. HEX triplet: 89, 8B and 01. RGB value is (137,139,1). Sum of RGB (Red+Green+Blue) = 137+139+1=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #898B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898B01 is #7674FE. Grayscale: #7B7B7B. Windows color (decimal): -7763199 or 101257. OLE color: 101257.

HSL color Cylindrical-coordinate representation of color #898B01: hue angle of 60.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898B01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 139 1 -
CMYK 0.01 0 0.99 0.45
HSL 60.87º 0.99% 0.27% -
HSV(B) 60.87º 0.99% 0.55% -
XYZ 19.55 23.79 3.59 -
YUV 122.67 59.34 138.22 -
System Red Green Blue C M Y K H S L
Decimal 137 139 1 0.01 0 0.99 0.45 60.87 0.99 0.27
Hex 89 8B 1 1 0 63 2D 3D 63 1B
Octal 211 213 1 1 0 143 55 75 143 33
Binary 10001001 10001011 1 1 0 1100011 101101 111101 1100011 11011

Color Harmonies of #898B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898B01

Black with #898B01

Text Example


Text Example

White with #898B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898B01; }

 p { color: rgb(137,139,1); }

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

background-color css

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

 a { background-color: rgb(137,139,1); }

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

border-color css

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

 span { border-color: rgb(137,139,1); }

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