Html Css Color HEX #998601 Olive

📋 copy color: '#998601'

red 153 ◦ green 134 ◦ blue 1

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

Shades of Olive #998601

Tints of Olive #998601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.53%

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

R = 53.13%
G = 46.53%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998601 (or 0x998601) is known color: Olive. HEX triplet: 99, 86 and 01. RGB value is (153,134,1). Sum of RGB (Red+Green+Blue) = 153+134+1=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #998601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998601 is #6679FE. Grayscale: #7D7D7D. Windows color (decimal): -6715903 or 99993. OLE color: 99993.

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

Color convert

RGB 153 134 1 -
CMYK 0 0.12 0.99 0.4
HSL 52.5º 0.99% 0.3% -
HSV(B) 52.5º 0.99% 0.6% -
XYZ 21.67 23.82 3.49 -
YUV 124.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 153 134 1 0 0.12 0.99 0.4 52.5 0.99 0.3
Hex 99 86 1 0 C 63 28 34 63 1E
Octal 231 206 1 0 14 143 50 64 143 36
Binary 10011001 10000110 1 0 1100 1100011 101000 110100 1100011 11110

Color Harmonies of #998601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998601

Black with #998601

Text Example


Text Example

White with #998601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998601; }

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

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

background-color css

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

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

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

border-color css

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

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

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