Html Css Color HEX #998003 Olive

📋 copy color: '#998003'

red 153 ◦ green 128 ◦ blue 3

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

Shades of Olive #998003

Tints of Olive #998003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

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

R = 53.87%
G = 45.07%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#998003 (or 0x998003) is known color: Olive. HEX triplet: 99, 80 and 03. RGB value is (153,128,3). Sum of RGB (Red+Green+Blue) = 153+128+3=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #998003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998003 is #667FFC. Grayscale: #797979. Windows color (decimal): -6717437 or 229529. OLE color: 229529.

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

Color convert

RGB 153 128 3 -
CMYK 0 0.16 0.98 0.4
HSL 50º 0.96% 0.31% -
HSV(B) 50º 0.98% 0.6% -
XYZ 20.87 22.22 3.27 -
YUV 121.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 153 128 3 0 0.16 0.98 0.4 50 0.96 0.31
Hex 99 80 3 0 10 62 28 32 60 1F
Octal 231 200 3 0 20 142 50 62 140 37
Binary 10011001 10000000 11 0 10000 1100010 101000 110010 1100000 11111

Color Harmonies of #998003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998003

Black with #998003

Text Example


Text Example

White with #998003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998003; }

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

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

background-color css

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

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

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

border-color css

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

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

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