Html Css Color HEX #998301 Olive

📋 copy color: '#998301'

red 153 ◦ green 131 ◦ blue 1

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

Shades of Olive #998301

Tints of Olive #998301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 53.68%
G = 45.96%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998301 (or 0x998301) is known color: Olive. HEX triplet: 99, 83 and 01. RGB value is (153,131,1). Sum of RGB (Red+Green+Blue) = 153+131+1=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #998301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998301 is #667CFE. Grayscale: #7B7B7B. Windows color (decimal): -6716671 or 99225. OLE color: 99225.

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

Color convert

RGB 153 131 1 -
CMYK 0 0.14 0.99 0.4
HSL 51.32º 0.99% 0.3% -
HSV(B) 51.32º 0.99% 0.6% -
XYZ 21.26 23.01 3.35 -
YUV 122.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 153 131 1 0 0.14 0.99 0.4 51.32 0.99 0.3
Hex 99 83 1 0 E 63 28 33 63 1E
Octal 231 203 1 0 16 143 50 63 143 36
Binary 10011001 10000011 1 0 1110 1100011 101000 110011 1100011 11110

Color Harmonies of #998301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998301

Black with #998301

Text Example


Text Example

White with #998301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998301; }

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

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

background-color css

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

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

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

border-color css

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

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

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