#899202

Color #899202 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #899202

Tints of Olive #899202

Color information

#899202 (or 0x899202) is unknown color: approx Olive. HEX triplet: 89, 92 and 02. RGB value is (137,146,2). Sum of RGB (Red+Green+Blue) = 137+146+2=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #899202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899202 is #766DFD. Grayscale: #7F7F7F. Windows color (decimal): -7761406 or 168585. OLE color: 168585.

HSL color Cylindrical-coordinate representation of color #899202: hue angle of 63.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899202 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1371462-
CMYK0.0600.990.43
HSL63.75º97.3%29.02%-
HSV(B)63.75º98.63%57.25%-
XYZ20.6125.883.97-
YUV126.8957.52135.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=48.07%
G=51.23%
B=0.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13714620.0600.990.4363.7597.329.02
Hex8992260632B40611d
Octal2112222601435310014135
Binary100010011001001010110011000111010111000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899202; }

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

 H1.HeaderClassName
 {
   color: #899202;
 }
 .AnyTagClassName
 {
   color: #899202;
 }
</style>
background-color css

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

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

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

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

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

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