Html Css Color HEX #898201 Olive

📋 copy color: '#898201'

red 137 ◦ green 130 ◦ blue 1

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

Shades of Olive #898201

Tints of Olive #898201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 51.12%
G = 48.51%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#898201 (or 0x898201) is known color: Olive. HEX triplet: 89, 82 and 01. RGB value is (137,130,1). Sum of RGB (Red+Green+Blue) = 137+130+1=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #898201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898201 is #767DFE. Grayscale: #757575. Windows color (decimal): -7765503 or 98953. OLE color: 98953.

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

Color convert

RGB 137 130 1 -
CMYK 0 0.05 0.99 0.46
HSL 56.91º 0.99% 0.27% -
HSV(B) 56.91º 0.99% 0.54% -
XYZ 18.3 21.29 3.17 -
YUV 117.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 137 130 1 0 0.05 0.99 0.46 56.91 0.99 0.27
Hex 89 82 1 0 5 63 2E 39 63 1B
Octal 211 202 1 0 5 143 56 71 143 33
Binary 10001001 10000010 1 0 101 1100011 101110 111001 1100011 11011

Color Harmonies of #898201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898201

Black with #898201

Text Example


Text Example

White with #898201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898201; }

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

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

background-color css

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

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

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

border-color css

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

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

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