Html Css Color HEX #998B03 Olive

📋 copy color: '#998B03'

red 153 ◦ green 139 ◦ blue 3

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

Shades of Olive #998B03

Tints of Olive #998B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

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

R = 51.86%
G = 47.12%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#998B03 (or 0x998B03) is known color: Olive. HEX triplet: 99, 8B and 03. RGB value is (153,139,3). Sum of RGB (Red+Green+Blue) = 153+139+3=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998B03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B03 is #6674FC. Grayscale: #808080. Windows color (decimal): -6714621 or 232345. OLE color: 232345.

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

Color convert

RGB 153 139 3 -
CMYK 0 0.09 0.98 0.4
HSL 54.4º 0.96% 0.31% -
HSV(B) 54.4º 0.98% 0.6% -
XYZ 22.39 25.24 3.78 -
YUV 127.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 153 139 3 0 0.09 0.98 0.4 54.4 0.96 0.31
Hex 99 8B 3 0 9 62 28 36 60 1F
Octal 231 213 3 0 11 142 50 66 140 37
Binary 10011001 10001011 11 0 1001 1100010 101000 110110 1100000 11111

Color Harmonies of #998B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B03

Black with #998B03

Text Example


Text Example

White with #998B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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