Html Css Color HEX #899200 Olive

📋 copy color: '#899200'

red 137 ◦ green 146 ◦ blue 0

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

Shades of Olive #899200

Tints of Olive #899200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

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

R = 48.41%
G = 51.59%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#899200 (or 0x899200) is known color: Olive. HEX triplet: 89, 92 and 00. RGB value is (137,146,0). Sum of RGB (Red+Green+Blue) = 137+146+0=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #899200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899200 is #766DFF. Grayscale: #7F7F7F. Windows color (decimal): -7761408 or 37513. OLE color: 37513.

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

Color convert

RGB 137 146 0 -
CMYK 0.06 0 1 0.43
HSL 63.7º 1% 0.29% -
HSV(B) 63.7º 1% 0.57% -
XYZ 20.6 25.88 3.91 -
YUV 126.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 137 146 0 0.06 0 1 0.43 63.7 1 0.29
Hex 89 92 0 6 0 64 2B 40 64 1D
Octal 211 222 0 6 0 144 53 100 144 35
Binary 10001001 10010010 0 110 0 1100100 101011 1000000 1100100 11101

Color Harmonies of #899200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899200

Black with #899200

Text Example


Text Example

White with #899200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899200; }

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

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

background-color css

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

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

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

border-color css

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

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

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