Html Css Color HEX #898210 Olive

📋 copy color: '#898210'

red 137 ◦ green 130 ◦ blue 16

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

Shades of Olive #898210

Tints of Olive #898210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 48.41%
G = 45.94%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#898210 (or 0x898210) is known color: Olive. HEX triplet: 89, 82 and 10. RGB value is (137,130,16). Sum of RGB (Red+Green+Blue) = 137+130+16=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #898210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898210 is #767DEF. Grayscale: #777777. Windows color (decimal): -7765488 or 1081993. OLE color: 1081993.

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

Color convert

RGB 137 130 16 -
CMYK 0 0.05 0.88 0.46
HSL 56.53º 0.79% 0.3% -
HSV(B) 56.53º 0.88% 0.54% -
XYZ 18.39 21.32 3.64 -
YUV 119.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 137 130 16 0 0.05 0.88 0.46 56.53 0.79 0.3
Hex 89 82 10 0 5 58 2E 39 4F 1E
Octal 211 202 20 0 5 130 56 71 117 36
Binary 10001001 10000010 10000 0 101 1011000 101110 111001 1001111 11110

Color Harmonies of #898210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898210

Black with #898210

Text Example


Text Example

White with #898210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898210; }

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

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

background-color css

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

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

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

border-color css

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

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

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