Html Css Color HEX #898002 Olive

📋 copy color: '#898002'

red 137 ◦ green 128 ◦ blue 2

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

Shades of Olive #898002

Tints of Olive #898002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 51.31%
G = 47.94%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#898002 (or 0x898002) is known color: Olive. HEX triplet: 89, 80 and 02. RGB value is (137,128,2). Sum of RGB (Red+Green+Blue) = 137+128+2=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #898002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898002 is #767FFD. Grayscale: #747474. Windows color (decimal): -7766014 or 163977. OLE color: 163977.

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

Color convert

RGB 137 128 2 -
CMYK 0 0.07 0.99 0.46
HSL 56º 0.97% 0.27% -
HSV(B) 56º 0.99% 0.54% -
XYZ 18.05 20.76 3.11 -
YUV 116.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 137 128 2 0 0.07 0.99 0.46 56 0.97 0.27
Hex 89 80 2 0 7 63 2E 38 61 1B
Octal 211 200 2 0 7 143 56 70 141 33
Binary 10001001 10000000 10 0 111 1100011 101110 111000 1100001 11011

Color Harmonies of #898002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898002

Black with #898002

Text Example


Text Example

White with #898002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898002; }

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

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

background-color css

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

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

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

border-color css

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

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

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