#998803

Color #998803 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #998803

Tints of Olive #998803

Color information

#998803 (or 0x998803) is unknown color: approx Olive. HEX triplet: 99, 88 and 03. RGB value is (153,136,3). Sum of RGB (Red+Green+Blue) = 153+136+3=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #998803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998803 is #6677FC. Grayscale: #7E7E7E. Windows color (decimal): -6715389 or 231577. OLE color: 231577.

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

Color convert

RGB1531363-
CMYK00.110.980.4
HSL53.2º96.15%30.59%-
HSV(B)53.2º98.04%60%-
XYZ21.9624.393.64-
YUV125.9258.63147.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=52.40%
G=46.58%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153136300.110.980.453.296.1530.59
Hex998830B622835601f
Octal2312103013142506514037
Binary100110011000100011010111100010101000110101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998803; }

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

 H1.HeaderClassName
 {
   color: #998803;
 }
 .AnyTagClassName
 {
   color: #998803;
 }
</style>
background-color css

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

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

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

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

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

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