Html Css Color HEX #998001 Olive

📋 copy color: '#998001'

red 153 ◦ green 128 ◦ blue 1

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

Shades of Olive #998001

Tints of Olive #998001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 54.26%
G = 45.39%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998001 (or 0x998001) is known color: Olive. HEX triplet: 99, 80 and 01. RGB value is (153,128,1). Sum of RGB (Red+Green+Blue) = 153+128+1=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #998001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998001 is #667FFE. Grayscale: #797979. Windows color (decimal): -6717439 or 98457. OLE color: 98457.

HSL color Cylindrical-coordinate representation of color #998001: hue angle of 50.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998001 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 1 -
CMYK 0 0.16 0.99 0.4
HSL 50.13º 0.99% 0.3% -
HSV(B) 50.13º 0.99% 0.6% -
XYZ 20.86 22.21 3.22 -
YUV 121 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 153 128 1 0 0.16 0.99 0.4 50.13 0.99 0.3
Hex 99 80 1 0 10 63 28 32 63 1E
Octal 231 200 1 0 20 143 50 62 143 36
Binary 10011001 10000000 1 0 10000 1100011 101000 110010 1100011 11110

Color Harmonies of #998001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998001

Black with #998001

Text Example


Text Example

White with #998001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998001; }

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

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

background-color css

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

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

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

border-color css

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

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

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