Html Css Color HEX #898502 Olive

📋 copy color: '#898502'

red 137 ◦ green 133 ◦ blue 2

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

Shades of Olive #898502

Tints of Olive #898502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 50.37%
G = 48.9%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#898502 (or 0x898502) is known color: Olive. HEX triplet: 89, 85 and 02. RGB value is (137,133,2). Sum of RGB (Red+Green+Blue) = 137+133+2=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #898502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898502 is #767AFD. Grayscale: #777777. Windows color (decimal): -7764734 or 165257. OLE color: 165257.

HSL color Cylindrical-coordinate representation of color #898502: hue angle of 58.22º degrees, saturation: 0.97, 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 #898502 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 2 -
CMYK 0 0.03 0.99 0.46
HSL 58.22º 0.97% 0.27% -
HSV(B) 58.22º 0.99% 0.54% -
XYZ 18.72 22.1 3.34 -
YUV 119.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 137 133 2 0 0.03 0.99 0.46 58.22 0.97 0.27
Hex 89 85 2 0 3 63 2E 3A 61 1B
Octal 211 205 2 0 3 143 56 72 141 33
Binary 10001001 10000101 10 0 11 1100011 101110 111010 1100001 11011

Color Harmonies of #898502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898502

Black with #898502

Text Example


Text Example

White with #898502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898502; }

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

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

background-color css

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

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

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

border-color css

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

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

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