Html Css Color HEX #998E03 Olive

📋 copy color: '#998E03'

red 153 ◦ green 142 ◦ blue 3

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

Shades of Olive #998E03

Tints of Olive #998E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 51.34%
G = 47.65%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#998E03 (or 0x998E03) is known color: Olive. HEX triplet: 99, 8E and 03. RGB value is (153,142,3). Sum of RGB (Red+Green+Blue) = 153+142+3=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #998E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E03 is #6671FC. Grayscale: #828282. Windows color (decimal): -6713853 or 233113. OLE color: 233113.

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

Color convert

RGB 153 142 3 -
CMYK 0 0.07 0.98 0.4
HSL 55.6º 0.96% 0.31% -
HSV(B) 55.6º 0.98% 0.6% -
XYZ 22.83 26.12 3.93 -
YUV 129.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 153 142 3 0 0.07 0.98 0.4 55.6 0.96 0.31
Hex 99 8E 3 0 7 62 28 38 60 1F
Octal 231 216 3 0 7 142 50 70 140 37
Binary 10011001 10001110 11 0 111 1100010 101000 111000 1100000 11111

Color Harmonies of #998E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E03

Black with #998E03

Text Example


Text Example

White with #998E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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