Html Css Color HEX #998002 Olive

📋 copy color: '#998002'

red 153 ◦ green 128 ◦ blue 2

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

Shades of Olive #998002

Tints of Olive #998002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 54.06%
G = 45.23%
B = 0.71%

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

#998002 (or 0x998002) is known color: Olive. HEX triplet: 99, 80 and 02. RGB value is (153,128,2). Sum of RGB (Red+Green+Blue) = 153+128+2=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #998002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998002 is #667FFD. Grayscale: #797979. Windows color (decimal): -6717438 or 163993. OLE color: 163993.

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

Color convert

RGB 153 128 2 -
CMYK 0 0.16 0.99 0.4
HSL 50.07º 0.97% 0.3% -
HSV(B) 50.07º 0.99% 0.6% -
XYZ 20.87 22.22 3.25 -
YUV 121.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 153 128 2 0 0.16 0.99 0.4 50.07 0.97 0.3
Hex 99 80 2 0 10 63 28 32 61 1E
Octal 231 200 2 0 20 143 50 62 141 36
Binary 10011001 10000000 10 0 10000 1100011 101000 110010 1100001 11110

Color Harmonies of #998002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998002

Black with #998002

Text Example


Text Example

White with #998002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998002; }

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

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

background-color css

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

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

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

border-color css

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

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

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