Html Css Color HEX #989300 Olive

📋 copy color: '#989300'

red 152 ◦ green 147 ◦ blue 0

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

Shades of Olive #989300

Tints of Olive #989300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

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

R = 50.84%
G = 49.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#989300 (or 0x989300) is known color: Olive. HEX triplet: 98, 93 and 00. RGB value is (152,147,0). Sum of RGB (Red+Green+Blue) = 152+147+0=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #989300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989300 is #676CFF. Grayscale: #848484. Windows color (decimal): -6778112 or 37784. OLE color: 37784.

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

Color convert

RGB 152 147 0 -
CMYK 0 0.03 1 0.40
HSL 58.03º 1% 0.3% -
HSV(B) 58.03º 1% 0.6% -
XYZ 23.38 27.54 4.08 -
YUV 131.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 152 147 0 0 0.03 1 0.40 58.03 1 0.3
Hex 98 93 0 0 3 64 28 3A 64 1E
Octal 230 223 0 0 3 144 50 72 144 36
Binary 10011000 10010011 0 0 11 1100100 101000 111010 1100100 11110

Color Harmonies of #989300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989300

Black with #989300

Text Example


Text Example

White with #989300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989300; }

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

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

background-color css

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

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

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

border-color css

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

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

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