Html Css Color HEX #998900 Olive

📋 copy color: '#998900'

red 153 ◦ green 137 ◦ blue 0

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

Shades of Olive #998900

Tints of Olive #998900

RGB

 RED value IS 153 (60.16% from 255) = 52.76%

 GREEN value IS 137 (53.91% from 255) = 47.24%

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

R = 52.76%
G = 47.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#998900 (or 0x998900) is known color: Olive. HEX triplet: 99, 89 and 00. RGB value is (153,137,0). Sum of RGB (Red+Green+Blue) = 153+137+0=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #998900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998900 is #6676FF. Grayscale: #7E7E7E. Windows color (decimal): -6715136 or 35225. OLE color: 35225.

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

Color convert

RGB 153 137 0 -
CMYK 0 0.10 1 0.4
HSL 53.73º 1% 0.3% -
HSV(B) 53.73º 1% 0.6% -
XYZ 22.08 24.66 3.6 -
YUV 126.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 153 137 0 0 0.10 1 0.4 53.73 1 0.3
Hex 99 89 0 0 A 64 28 36 64 1E
Octal 231 211 0 0 12 144 50 66 144 36
Binary 10011001 10001001 0 0 1010 1100100 101000 110110 1100100 11110

Color Harmonies of #998900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998900

Black with #998900

Text Example


Text Example

White with #998900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998900; }

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

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

background-color css

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

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

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

border-color css

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

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

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