Html Css Color HEX #899800 Olive

📋 copy color: '#899800'

red 137 ◦ green 152 ◦ blue 0

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

Shades of Olive #899800

Tints of Olive #899800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.4%
G = 52.6%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#899800 (or 0x899800) is known color: Olive. HEX triplet: 89, 98 and 00. RGB value is (137,152,0). Sum of RGB (Red+Green+Blue) = 137+152+0=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #899800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899800 is #7667FF. Grayscale: #828282. Windows color (decimal): -7759872 or 39049. OLE color: 39049.

HSL color Cylindrical-coordinate representation of color #899800: hue angle of 65.92º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #899800 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 0 -
CMYK 0.10 0 1 0.40
HSL 65.92º 1% 0.3% -
HSV(B) 65.92º 1% 0.6% -
XYZ 21.54 27.77 4.23 -
YUV 130.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 137 152 0 0.10 0 1 0.40 65.92 1 0.3
Hex 89 98 0 A 0 64 28 42 64 1E
Octal 211 230 0 12 0 144 50 102 144 36
Binary 10001001 10011000 0 1010 0 1100100 101000 1000010 1100100 11110

Color Harmonies of #899800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899800

Black with #899800

Text Example


Text Example

White with #899800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899800; }

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

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

background-color css

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

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

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

border-color css

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

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

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