Html Css Color HEX #989000 Olive

📋 copy color: '#989000'

red 152 ◦ green 144 ◦ blue 0

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

Shades of Olive #989000

Tints of Olive #989000

RGB

 RED value IS 152 (59.77% from 255) = 51.35%

 GREEN value IS 144 (56.64% from 255) = 48.65%

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

R = 51.35%
G = 48.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#989000 (or 0x989000) is known color: Olive. HEX triplet: 98, 90 and 00. RGB value is (152,144,0). Sum of RGB (Red+Green+Blue) = 152+144+0=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #989000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989000 is #676FFF. Grayscale: #828282. Windows color (decimal): -6778880 or 37016. OLE color: 37016.

HSL color Cylindrical-coordinate representation of color #989000: hue angle of 56.84º 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 #989000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 0 -
CMYK 0 0.05 1 0.40
HSL 56.84º 1% 0.3% -
HSV(B) 56.84º 1% 0.6% -
XYZ 22.92 26.62 3.93 -
YUV 129.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 152 144 0 0 0.05 1 0.40 56.84 1 0.3
Hex 98 90 0 0 5 64 28 39 64 1E
Octal 230 220 0 0 5 144 50 71 144 36
Binary 10011000 10010000 0 0 101 1100100 101000 111001 1100100 11110

Color Harmonies of #989000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989000

Black with #989000

Text Example


Text Example

White with #989000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989000; }

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

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

background-color css

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

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

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

border-color css

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

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

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