Html Css Color HEX #998E04 Olive

📋 copy color: '#998E04'

red 153 ◦ green 142 ◦ blue 4

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

Shades of Olive #998E04

Tints of Olive #998E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.49%

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

R = 51.17%
G = 47.49%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998E04 (or 0x998E04) is known color: Olive. HEX triplet: 99, 8E and 04. RGB value is (153,142,4). Sum of RGB (Red+Green+Blue) = 153+142+4=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #998E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E04 is #6671FB. Grayscale: #828282. Windows color (decimal): -6713852 or 298649. OLE color: 298649.

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

Color convert

RGB 153 142 4 -
CMYK 0 0.07 0.97 0.4
HSL 55.57º 0.95% 0.31% -
HSV(B) 55.57º 0.97% 0.6% -
XYZ 22.83 26.13 3.95 -
YUV 129.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 153 142 4 0 0.07 0.97 0.4 55.57 0.95 0.31
Hex 99 8E 4 0 7 61 28 38 5F 1F
Octal 231 216 4 0 7 141 50 70 137 37
Binary 10011001 10001110 100 0 111 1100001 101000 111000 1011111 11111

Color Harmonies of #998E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E04

Black with #998E04

Text Example


Text Example

White with #998E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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