Html Css Color HEX #898200 Olive

📋 copy color: '#898200'

red 137 ◦ green 130 ◦ blue 0

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

Shades of Olive #898200

Tints of Olive #898200

RGB

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

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

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

R = 51.31%
G = 48.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#898200 (or 0x898200) is known color: Olive. HEX triplet: 89, 82 and 00. RGB value is (137,130,0). Sum of RGB (Red+Green+Blue) = 137+130+0=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #898200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898200 is #767DFF. Grayscale: #757575. Windows color (decimal): -7765504 or 33417. OLE color: 33417.

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

Color convert

RGB 137 130 0 -
CMYK 0 0.05 1 0.46
HSL 56.93º 1% 0.27% -
HSV(B) 56.93º 1% 0.54% -
XYZ 18.3 21.28 3.14 -
YUV 117.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 137 130 0 0 0.05 1 0.46 56.93 1 0.27
Hex 89 82 0 0 5 64 2E 39 64 1B
Octal 211 202 0 0 5 144 56 71 144 33
Binary 10001001 10000010 0 0 101 1100100 101110 111001 1100100 11011

Color Harmonies of #898200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898200

Black with #898200

Text Example


Text Example

White with #898200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898200; }

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

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

background-color css

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

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

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

border-color css

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

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

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