Html Css Color HEX #899902 Olive

📋 copy color: '#899902'

red 137 ◦ green 153 ◦ blue 2

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

Shades of Olive #899902

Tints of Olive #899902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

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

R = 46.92%
G = 52.4%
B = 0.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#899902 (or 0x899902) is known color: Olive. HEX triplet: 89, 99 and 02. RGB value is (137,153,2). Sum of RGB (Red+Green+Blue) = 137+153+2=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #899902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899902 is #7666FD. Grayscale: #838383. Windows color (decimal): -7759614 or 170377. OLE color: 170377.

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

Color convert

RGB 137 153 2 -
CMYK 0.10 0 0.99 0.4
HSL 66.36º 0.97% 0.3% -
HSV(B) 66.36º 0.99% 0.6% -
XYZ 21.72 28.11 4.34 -
YUV 131 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 137 153 2 0.10 0 0.99 0.4 66.36 0.97 0.3
Hex 89 99 2 A 0 63 28 42 61 1E
Octal 211 231 2 12 0 143 50 102 141 36
Binary 10001001 10011001 10 1010 0 1100011 101000 1000010 1100001 11110

Color Harmonies of #899902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899902

Black with #899902

Text Example


Text Example

White with #899902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899902; }

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

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

background-color css

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

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

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

border-color css

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

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

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