Html Css Color HEX #998805 Olive

📋 copy color: '#998805'

red 153 ◦ green 136 ◦ blue 5

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

Shades of Olive #998805

Tints of Olive #998805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 52.04%
G = 46.26%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998805 (or 0x998805) is known color: Olive. HEX triplet: 99, 88 and 05. RGB value is (153,136,5). Sum of RGB (Red+Green+Blue) = 153+136+5=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #998805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998805 is #6677FA. Grayscale: #7E7E7E. Windows color (decimal): -6715387 or 362649. OLE color: 362649.

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

Color convert

RGB 153 136 5 -
CMYK 0 0.11 0.97 0.4
HSL 53.11º 0.94% 0.31% -
HSV(B) 53.11º 0.97% 0.6% -
XYZ 21.97 24.39 3.69 -
YUV 126.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 153 136 5 0 0.11 0.97 0.4 53.11 0.94 0.31
Hex 99 88 5 0 B 61 28 35 5E 1F
Octal 231 210 5 0 13 141 50 65 136 37
Binary 10011001 10001000 101 0 1011 1100001 101000 110101 1011110 11111

Color Harmonies of #998805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998805

Black with #998805

Text Example


Text Example

White with #998805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998805; }

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

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

background-color css

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

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

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

border-color css

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

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

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