Html Css Color HEX #998806 Olive

📋 copy color: '#998806'

red 153 ◦ green 136 ◦ blue 6

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

Shades of Olive #998806

Tints of Olive #998806

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 51.86%
G = 46.1%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#998806 (or 0x998806) is known color: Olive. HEX triplet: 99, 88 and 06. RGB value is (153,136,6). Sum of RGB (Red+Green+Blue) = 153+136+6=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998806 is #6677F9. Grayscale: #7E7E7E. Windows color (decimal): -6715386 or 428185. OLE color: 428185.

HSL color Cylindrical-coordinate representation of color #998806: hue angle of 53.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998806 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 6 -
CMYK 0 0.11 0.96 0.4
HSL 53.06º 0.92% 0.31% -
HSV(B) 53.06º 0.96% 0.6% -
XYZ 21.97 24.39 3.72 -
YUV 126.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 153 136 6 0 0.11 0.96 0.4 53.06 0.92 0.31
Hex 99 88 6 0 B 60 28 35 5C 1F
Octal 231 210 6 0 13 140 50 65 134 37
Binary 10011001 10001000 110 0 1011 1100000 101000 110101 1011100 11111

Color Harmonies of #998806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998806

Black with #998806

Text Example


Text Example

White with #998806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998806; }

 p { color: rgb(153,136,6); }

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

background-color css

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

 a { background-color: rgb(153,136,6); }

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

border-color css

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

 span { border-color: rgb(153,136,6); }

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