Html Css Color HEX #998600 Olive

📋 copy color: '#998600'

red 153 ◦ green 134 ◦ blue 0

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

Shades of Olive #998600

Tints of Olive #998600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.69%

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

R = 53.31%
G = 46.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#998600 (or 0x998600) is known color: Olive. HEX triplet: 99, 86 and 00. RGB value is (153,134,0). Sum of RGB (Red+Green+Blue) = 153+134+0=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998600 is #6679FF. Grayscale: #7C7C7C. Windows color (decimal): -6715904 or 34457. OLE color: 34457.

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

Color convert

RGB 153 134 0 -
CMYK 0 0.12 1 0.4
HSL 52.55º 1% 0.3% -
HSV(B) 52.55º 1% 0.6% -
XYZ 21.66 23.82 3.46 -
YUV 124.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 153 134 0 0 0.12 1 0.4 52.55 1 0.3
Hex 99 86 0 0 C 64 28 35 64 1E
Octal 231 206 0 0 14 144 50 65 144 36
Binary 10011001 10000110 0 0 1100 1100100 101000 110101 1100100 11110

Color Harmonies of #998600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998600

Black with #998600

Text Example


Text Example

White with #998600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998600; }

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

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

background-color css

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

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

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

border-color css

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

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

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