Html Css Color HEX #998C03 Olive

📋 copy color: '#998C03'

red 153 ◦ green 140 ◦ blue 3

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

Shades of Olive #998C03

Tints of Olive #998C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.3%

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

R = 51.69%
G = 47.3%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#998C03 (or 0x998C03) is known color: Olive. HEX triplet: 99, 8C and 03. RGB value is (153,140,3). Sum of RGB (Red+Green+Blue) = 153+140+3=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #998C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C03 is #6673FC. Grayscale: #808080. Windows color (decimal): -6714365 or 232601. OLE color: 232601.

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

Color convert

RGB 153 140 3 -
CMYK 0 0.08 0.98 0.4
HSL 54.8º 0.96% 0.31% -
HSV(B) 54.8º 0.98% 0.6% -
XYZ 22.53 25.54 3.83 -
YUV 128.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 153 140 3 0 0.08 0.98 0.4 54.8 0.96 0.31
Hex 99 8C 3 0 8 62 28 37 60 1F
Octal 231 214 3 0 10 142 50 67 140 37
Binary 10011001 10001100 11 0 1000 1100010 101000 110111 1100000 11111

Color Harmonies of #998C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C03

Black with #998C03

Text Example


Text Example

White with #998C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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