Html Css Color HEX #998D04 Olive

📋 copy color: '#998D04'

red 153 ◦ green 141 ◦ blue 4

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

Shades of Olive #998D04

Tints of Olive #998D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 51.34%
G = 47.32%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998D04 (or 0x998D04) is known color: Olive. HEX triplet: 99, 8D and 04. RGB value is (153,141,4). Sum of RGB (Red+Green+Blue) = 153+141+4=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #998D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D04 is #6672FB. Grayscale: #818181. Windows color (decimal): -6714108 or 298393. OLE color: 298393.

HSL color Cylindrical-coordinate representation of color #998D04: hue angle of 55.17º degrees, saturation: 0.95, 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 #998D04 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 4 -
CMYK 0 0.08 0.97 0.4
HSL 55.17º 0.95% 0.31% -
HSV(B) 55.17º 0.97% 0.6% -
XYZ 22.68 25.83 3.91 -
YUV 128.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 153 141 4 0 0.08 0.97 0.4 55.17 0.95 0.31
Hex 99 8D 4 0 8 61 28 37 5F 1F
Octal 231 215 4 0 10 141 50 67 137 37
Binary 10011001 10001101 100 0 1000 1100001 101000 110111 1011111 11111

Color Harmonies of #998D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D04

Black with #998D04

Text Example


Text Example

White with #998D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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