#998D03

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

Shades of Olive #998D03

Tints of Olive #998D03

Color information

#998D03 (or 0x998D03) is unknown color: approx Olive. HEX triplet: 99, 8D and 03. RGB value is (153,141,3). Sum of RGB (Red+Green+Blue) = 153+141+3=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #998D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D03 is #6672FC. Grayscale: #818181. Windows color (decimal): -6714109 or 232857. OLE color: 232857.

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

Color convert

RGB1531413-
CMYK00.080.980.4
HSL55.2º96.15%30.59%-
HSV(B)55.2º98.04%60%-
XYZ22.6825.833.88-
YUV128.8656.98145.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=51.52%
G=47.47%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153141300.080.980.455.296.1530.59
Hex998D308622837601f
Octal2312153010142506714037
Binary100110011000110111010001100010101000110111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D03; }

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

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

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

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

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

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

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

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