#899300

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

Shades of Olive #899300

Tints of Olive #899300

Color information

#899300 (or 0x899300) is unknown color: approx Olive. HEX triplet: 89, 93 and 00. RGB value is (137,147,0). Sum of RGB (Red+Green+Blue) = 137+147+0=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #899300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899300 is #766CFF. Grayscale: #7F7F7F. Windows color (decimal): -7761152 or 37769. OLE color: 37769.

HSL color Cylindrical-coordinate representation of color #899300: hue angle of 64.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #899300 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1371470-
CMYK0.07010.42
HSL64.08º100%28.82%-
HSV(B)64.08º100%57.65%-
XYZ20.7526.193.96-
YUV127.2556.19134.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.24%
G=51.76%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13714700.07010.4264.0810028.82
Hex8993070642A40641d
Octal2112230701445210014435
Binary10001001100100110111011001001010101000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899300; }

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

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

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

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

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

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

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

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