#998403

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

Shades of Olive #998403

Tints of Olive #998403

Color information

#998403 (or 0x998403) is unknown color: approx Olive. HEX triplet: 99, 84 and 03. RGB value is (153,132,3). Sum of RGB (Red+Green+Blue) = 153+132+3=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #998403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998403 is #667BFC. Grayscale: #7C7C7C. Windows color (decimal): -6716413 or 230553. OLE color: 230553.

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

Color convert

RGB1531323-
CMYK00.140.980.4
HSL51.6º96.15%30.59%-
HSV(B)51.6º98.04%60%-
XYZ21.423.283.45-
YUV123.5759.96148.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 3 (1.56% from 255) = 1.04%
R=53.12%
G=45.83%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153132300.140.980.451.696.1530.59
Hex998430E622834601f
Octal2312043016142506414037
Binary100110011000010011011101100010101000110100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998403; }

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

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

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

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

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

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

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

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